summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/nut.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/nut.c b/libavformat/nut.c
index e65f42438b..4fbbcb1d26 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -143,6 +143,11 @@ const AVCodecTag ff_nut_video_tags[] = {
{ AV_CODEC_ID_RAWVIDEO, MKTAG('Y', '4', 0, 10) },
{ AV_CODEC_ID_RAWVIDEO, MKTAG(10, 0, '4', 'Y') },
+ { AV_CODEC_ID_RAWVIDEO, MKTAG('Y', '4', 0, 12) },
+ { AV_CODEC_ID_RAWVIDEO, MKTAG(12, 0, '4', 'Y') },
+ { AV_CODEC_ID_RAWVIDEO, MKTAG('Y', '4', 10, 12) },
+ { AV_CODEC_ID_RAWVIDEO, MKTAG(12, 10, '4', 'Y') },
+
{ AV_CODEC_ID_RAWVIDEO, MKTAG('Y', '1', 0, 12) },
{ AV_CODEC_ID_RAWVIDEO, MKTAG(12, 0, '1', 'Y') },
{ AV_CODEC_ID_RAWVIDEO, MKTAG('Y', '1', 0, 16) },