diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-05-29 19:16:46 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-07-27 11:51:46 -0400 |
commit | 1bca72e1bd2fa5db2585a58e452c384ca73bf0eb (patch) | |
tree | a1111f2c8b47861bcb20798b85207df67e3cb3b9 /libavcodec/ac3enc.h | |
parent | e72f3d10f64f5c65a67aa21dcc79a85ee55e912e (diff) | |
download | ffmpeg-1bca72e1bd2fa5db2585a58e452c384ca73bf0eb.tar.gz |
eac3enc: support writing of basic mixing and info metadata
Diffstat (limited to 'libavcodec/ac3enc.h')
-rw-r--r-- | libavcodec/ac3enc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/ac3enc.h b/libavcodec/ac3enc.h index 407e751b40..6d57143a01 100644 --- a/libavcodec/ac3enc.h +++ b/libavcodec/ac3enc.h @@ -91,6 +91,8 @@ typedef struct AC3EncOptions { int dolby_surround_ex_mode; int dolby_headphone_mode; int ad_converter_type; + int eac3_mixing_metadata; + int eac3_info_metadata; /* other encoding options */ int allow_per_frame_metadata; |