X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=ffmpeg.h;h=20322b04225eb31faab311fbe909a6ad8c455e6a;hb=40231a58a0d8bffbe2264fe980483edaa6fc422e;hp=82ab1ee2fbf955efdfcee6e17a03d3496b39a12b;hpb=f62fe535d5c08562abcc1b302b0220c95acb307d;p=ffmpeg diff --git a/ffmpeg.h b/ffmpeg.h index 82ab1ee2fbf..20322b04225 100644 --- a/ffmpeg.h +++ b/ffmpeg.h @@ -216,6 +216,8 @@ typedef struct OptionsContext { int nb_discard; SpecifierOpt *disposition; int nb_disposition; + SpecifierOpt *program; + int nb_program; } OptionsContext; typedef struct InputFilter { @@ -452,7 +454,6 @@ typedef struct OutputStream { AVDictionary *sws_dict; AVDictionary *swr_opts; AVDictionary *resample_opts; - AVDictionary *bsf_args; char *apad; OSTFinished finished; /* no more packets should be written for this stream */ int unavailable; /* true if the steram is unavailable (possibly temporarily) */