Re: [FFmpeg-devel] [PATCH 1/2] avcodec/adpcm_ima_apm: remove old extradata format

2021-02-21 Thread Zane van Iperen
On 22/2/21 1:05 pm, Andreas Rheinhardt wrote: Zane van Iperen: Was added in error very early on, passing in only the required fields. Later, the muxer and demuxer were changed to pass the entire APMState struct as extradata. Technically a breaking change, but this was only around for a *very*

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/adpcm_ima_apm: remove old extradata format

2021-02-21 Thread Andreas Rheinhardt
Zane van Iperen: > Was added in error very early on, passing in only the required fields. > Later, the muxer and demuxer were changed to pass the entire APMState > struct as extradata. > > Technically a breaking change, but this was only around for a *very* short > time before it was updated, >

[FFmpeg-devel] [PATCH 1/2] avcodec/adpcm_ima_apm: remove old extradata format

2021-02-21 Thread Zane van Iperen
Was added in error very early on, passing in only the required fields. Later, the muxer and demuxer were changed to pass the entire APMState struct as extradata. Technically a breaking change, but this was only around for a *very* short time before it was updated, Signed-off-by: Zane van Iperen