summaryrefslogtreecommitdiff
path: root/libavutil/channel_layout.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-05 21:55:58 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-05 21:55:58 +0100
commit751385fe3f6537b2f9d04d2055d23f49f5196efa (patch)
tree057e7e51bddc82f69ecde51453dbc97869604f7f /libavutil/channel_layout.h
parent847072873c95ccaa5441bdba5a50bc19de2875e0 (diff)
parent5c437fb672b6f6d1f423f88ef84ad5a60cb63813 (diff)
Merge commit '5c437fb'
* commit '5c437fb': lavu: Add values for various Dolby flags to the AVMatrixEncoding enum. Conflicts: doc/APIchanges libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/channel_layout.h')
-rw-r--r--libavutil/channel_layout.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavutil/channel_layout.h b/libavutil/channel_layout.h
index ba4f96d2d0..bc6befd8e3 100644
--- a/libavutil/channel_layout.h
+++ b/libavutil/channel_layout.h
@@ -114,6 +114,10 @@ enum AVMatrixEncoding {
AV_MATRIX_ENCODING_NONE,
AV_MATRIX_ENCODING_DOLBY,
AV_MATRIX_ENCODING_DPLII,
+ AV_MATRIX_ENCODING_DPLIIX,
+ AV_MATRIX_ENCODING_DPLIIZ,
+ AV_MATRIX_ENCODING_DOLBYEX,
+ AV_MATRIX_ENCODING_DOLBYHEADPHONE,
AV_MATRIX_ENCODING_NB
};