X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=ffmpeg.h;h=6544e6fb05ad9c99631a0342e7ae0561856cfe19;hb=7213d3fbf30b6be53c272c1c61c797a2b7b697a0;hp=03ba2d0d99027eb33d33a6857b4daadc6ae8f90b;hpb=3d2d6728288fd6c00f119774ab2c86a6423813a5;p=ffmpeg diff --git a/ffmpeg.h b/ffmpeg.h index 03ba2d0d990..6544e6fb05a 100644 --- 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;