]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
mmaldec: hack against buffering problems on broken input
[ffmpeg] / ffmpeg.h
index 03ba2d0d99027eb33d33a6857b4daadc6ae8f90b..6544e6fb05ad9c99631a0342e7ae0561856cfe19 100644 (file)
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -432,8 +432,8 @@ typedef struct OutputStream {
     char *filters;         ///< filtergraph associated to the -filter option
     char *filters_script;  ///< filtergraph script associated to the -filter_script option
 
-    int64_t sws_flags;
     AVDictionary *encoder_opts;
+    AVDictionary *sws_dict;
     AVDictionary *swr_opts;
     AVDictionary *resample_opts;
     AVDictionary *bsf_args;