]> git.sesse.net Git - ffmpeg/commit
cbs: Add function to read extradata from an AVCodecContext
authorMark Thompson <sw@jkqxz.net>
Mon, 23 Nov 2020 17:53:57 +0000 (17:53 +0000)
committerJan Ekström <jeebjp@gmail.com>
Tue, 24 Nov 2020 08:13:55 +0000 (10:13 +0200)
commit7bacf60ae5df75954a538563d19f6001aa598b3f
tree427140162bd5a0c14bd1abff745c910524425a73
parent01eb05207cbbe44e4c58a15894d49ff81a465a37
cbs: Add function to read extradata from an AVCodecContext

This is useful in decoders and parsers, matching the way that bitstream
filters read extradata from AVCodecParameters.
libavcodec/cbs.c
libavcodec/cbs.h