]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
hls: do not access pb->opaque for custom IO.
[ffmpeg] / cmdutils.h
index 71b6a2f87321f07f6c74cf2114bce52d3a2f1088..3e3d002e7acc2228e8975bc4412d66562f86a627 100644 (file)
@@ -52,7 +52,7 @@ extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
 extern AVFormatContext *avformat_opts;
 extern struct SwsContext *sws_opts;
 extern struct SwrContext *swr_opts;
-extern AVDictionary *format_opts, *codec_opts;
+extern AVDictionary *format_opts, *codec_opts, *resample_opts;
 
 /**
  * Initialize the cmdutils option system, in particular
@@ -253,6 +253,7 @@ typedef struct OptionGroup {
 
     AVDictionary *codec_opts;
     AVDictionary *format_opts;
+    AVDictionary *resample_opts;
     struct SwsContext *sws_opts;
     struct SwrContext *swr_opts;
 } OptionGroup;