[FFmpeg-devel] [PATCH] Introduce ff_bprint_to_codecpar_extradata for avformat

Hendrik Leppkes h.leppkes at gmail.com
Sun Apr 3 09:39:12 CEST 2016


On Sun, Apr 3, 2016 at 4:07 AM, Michael Niedermayer
<michael at niedermayer.cc> wrote:
> On Thu, Mar 31, 2016 at 09:49:02PM +0100, Derek Buitenhuis wrote:
>> From: Hendrik Leppkes <h.leppkes at gmail.com>
>>
>> ---
>>  libavformat/internal.h |  7 +++++++
>>  libavformat/utils.c    | 23 +++++++++++++++++++++++
>>  2 files changed, 30 insertions(+)
>
> fine with me / i see nothing wrong,
> i dont know though what it will be used for
>

Its used by text subtitle demuxers to construct format instructions
straight into extradata.
They all previously used a similar function that accepted an
AVCodecContext instead.

- Hendrik


More information about the ffmpeg-devel mailing list