summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.h
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2021-08-24 18:27:07 +0800
committerLimin Wang <lance.lmwang@gmail.com>2021-10-19 20:15:48 +0800
commita59f8ea2a9104b47b231a73a4c6bd0678fd9529c (patch)
treea8b5c3b3f581e995142f964b7386f277402fd054 /libavformat/mpegts.h
parentff7ed0b006dfe35d02ef14034e9ee514f8d5963d (diff)
downloadffmpeg-a59f8ea2a9104b47b231a73a4c6bd0678fd9529c.tar.gz
avformat/mpegts: add support for stream_type 0xd2, which is AVS2
GB/T 17975.1 Information technology-Generic coding of moving pictures and associated audio information-Part 1:Systems Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'libavformat/mpegts.h')
-rw-r--r--libavformat/mpegts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h
index c75ba08f29..910d65af8c 100644
--- a/libavformat/mpegts.h
+++ b/libavformat/mpegts.h
@@ -129,6 +129,7 @@
#define STREAM_TYPE_VIDEO_H264 0x1b
#define STREAM_TYPE_VIDEO_HEVC 0x24
#define STREAM_TYPE_VIDEO_CAVS 0x42
+#define STREAM_TYPE_VIDEO_AVS2 0xd2
#define STREAM_TYPE_VIDEO_VC1 0xea
#define STREAM_TYPE_VIDEO_DIRAC 0xd1