OSDN Git Service

lavf: add avformat_open_input() as a replacement for av_open_input_*
authorAnton Khirnov <anton@khirnov.net>
Sun, 22 May 2011 06:37:25 +0000 (08:37 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 16 Jun 2011 18:24:56 +0000 (20:24 +0200)
commit05e84c95c7f0543553af8f0ebd50fb5604e7e2ff
tree0b1399a338e2d8d3bda48477f35286c56bbc901c
parentdc59ec5e79d813228e3dfbc8942a5fe424b399a0
lavf: add avformat_open_input() as a replacement for av_open_input_*

Add support for demuxer private options.
libavformat/avformat.h
libavformat/options.c
libavformat/utils.c