1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-12-09 22:02:17 +02:00
Files
FFmpeg/libavcodec/options.c
Anton Khirnov bc90199848 lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().
This way, if the AVCodecContext is allocated for a specific codec, the
caller doesn't need to store this codec separately and then pass it
again to avcodec_open2().

It also allows to set codec private options using av_opt_set_* before
opening the codec.
2012-01-31 16:53:35 +01:00

46 KiB