diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-02-10 19:02:01 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-02-18 18:19:28 +0100 |
commit | 3e70c7023e598afa15d40ae3fce62ae1eee25195 (patch) | |
tree | 55c3073d01dd16e295d687e01cd21be1f315cc64 /ffmpeg.h | |
parent | cbcfd7da4d1f5d43b0b9abb05d9b6fc4451cad0d (diff) | |
download | ffmpeg-3e70c7023e598afa15d40ae3fce62ae1eee25195.tar.gz |
ffmpeg: support setting the chroma intra matrix
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r-- | ffmpeg.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -171,6 +171,8 @@ typedef struct OptionsContext { int nb_intra_matrices; SpecifierOpt *inter_matrices; int nb_inter_matrices; + SpecifierOpt *chroma_intra_matrices; + int nb_chroma_intra_matrices; SpecifierOpt *top_field_first; int nb_top_field_first; SpecifierOpt *metadata_map; |