summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorYuki Tsuchiya <Yuki.Tsuchiya@sony.com>2019-12-12 23:02:02 +0900
committerJames Almer <jamrial@gmail.com>2019-12-12 11:44:29 -0300
commit30047b6a571daa0fbdfa4eb4d907e510ab56ca3f (patch)
tree3b949e702a8c912786535f018f8c553a3db16df3 /libavcodec/avcodec.h
parent610473b9679bfd3aff56c6889927447da860beb1 (diff)
lavc: add MPEG-H 3D Audio codec id
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 735a3c2d76..119b32dc1f 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -656,6 +656,7 @@ enum AVCodecID {
AV_CODEC_ID_ATRAC9,
AV_CODEC_ID_HCOM,
AV_CODEC_ID_ACELP_KELVIN,
+ AV_CODEC_ID_MPEGH_3D_AUDIO,
/* subtitle codecs */
AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs.