Hi,

On Mon, May 30, 2011 at 12:15 PM, Anton Khirnov <[email protected]> wrote:
> Add support for demuxer private options.
> ---
>  libavformat/avformat.h |   20 +++++++++
>  libavformat/options.c  |   28 +++++++++++++
>  libavformat/utils.c    |  101 
> +++++++++++++++++++++++++++++++++++++++++++++++-
>  3 files changed, 148 insertions(+), 1 deletions(-)

Is there a specific reason you didn't change av_open_input_file/stream
to use this new function? Particularly with the AVFormatParameters
deprecation (I know, pain, but think of users), that would be very
helpful.

Doing that in a later patch is fine of course, but it makes it more
difficult to check if you removed anything important from these
functions in writing your new function.

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to