[FFmpeg-devel] [PATCH 2/5] avformat/ffmdec: replace most codec uses by codecpar

Hendrik Leppkes h.leppkes at gmail.com
Sat Dec 3 01:57:49 EET 2016


On Sat, Dec 3, 2016 at 12:52 AM, Michael Niedermayer
<michael at niedermayer.cc> wrote:
> This is a bit messy as codecar does not support AVOptions so we need
> to use AVCodecContext where AVOptions are required and copy back and forth.
>

ffmenc can't really write any data that doesn't go into codecpar
either, since thats all muxers get for stream info, so is this really
required? Where do these come from?

- Hendrik


More information about the ffmpeg-devel mailing list