]> git.sesse.net Git - ffmpeg/commit
avcodec/adpcm_ima_apm: remove old extradata format
authorZane van Iperen <zane@zanevaniperen.com>
Thu, 18 Feb 2021 03:47:13 +0000 (13:47 +1000)
committerZane van Iperen <zane@zanevaniperen.com>
Wed, 28 Apr 2021 01:13:43 +0000 (11:13 +1000)
commita859e57424ca0a00d17bdc034c52005c18184961
tree1bbed5e5e65e544442ef51887c9d6fa99e6468ee
parent9e13df3776da3a101e895e2840f6f23f5a6f74a0
avcodec/adpcm_ima_apm: remove old extradata format

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,

Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
libavcodec/adpcm.c