[FFmpeg-user] Migration from avcodec_open to avcodec_open2

Andrey Utkin andrey.krieger.utkin at gmail.com
Thu Apr 4 16:54:02 CEST 2013


2013/4/3 Ушаков Андрей <sorcchan at gmail.com>:
> Where I can see the list of codec context and codec specific options, it's
> description and text equivalent for dictionary?

libavcodec/options_table.h - common options.
For codec-specific options, look for AVOption array in specific codec
source code files.

--
Andrey Utkin


More information about the ffmpeg-user mailing list