]> git.sesse.net Git - ffmpeg/commit
avcodec/av1{dec,parser}: move to ff_cbs_read_extradata_from_codec
authorJan Ekström <jeebjp@gmail.com>
Mon, 23 Nov 2020 15:36:20 +0000 (17:36 +0200)
committerJan Ekström <jeebjp@gmail.com>
Tue, 24 Nov 2020 08:13:55 +0000 (10:13 +0200)
commit8fbc139e6143297b8f88bc5145778787b64f4381
tree75b7894d6fb96e8c87f23bc65b564787f8b2108b
parenta66d1779bb1b33cc54b359b142dcbcd2827fa282
avcodec/av1{dec,parser}: move to ff_cbs_read_extradata_from_codec

This lets us re-utilize the extradata-related checks in the CBS
to add support for passing the AV1CodecConfigurationRecord
as extradata as-is without further filtering.
libavcodec/av1_parser.c
libavcodec/av1dec.c