X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=cmdutils.h;h=ae512b0f1a5d671b89b8ed827ac8d58bc8b556ed;hp=c5811603186db6b72719f7d5881a899c14461189;hb=3009f521f390b2bd440d9747a9c6baf648b2087a;hpb=8c8eab8bfed74cceb4a04f982f349c7c17f5eb6f;ds=sidebyside diff --git a/cmdutils.h b/cmdutils.h index c581160318..ae512b0f1a 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -156,6 +156,11 @@ void set_context_opts(void *ctx, void *opts_ctx, int flags, AVCodec *codec); */ AVDictionary *filter_codec_opts(AVDictionary *opts, enum CodecID codec_id, int encoder); +/* + * Setup AVCodecContext options for avformat_find_stream_info. + */ +AVDictionary **setup_find_stream_info_opts(AVFormatContext *s); + /** * Print an error message to stderr, indicating filename and a human * readable description of the error code err.