changeset 2565:c4a1b20d6081 libavformat

HDYC fourcc, sample hdyc/Test2.avi
author bcoudurier
date Fri, 21 Sep 2007 18:23:46 +0000
parents 45a8990a6f11
children 347da1903d92
files riff.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/riff.c	Fri Sep 21 16:30:58 2007 +0000
+++ b/riff.c	Fri Sep 21 18:23:46 2007 +0000
@@ -117,6 +117,7 @@
     { CODEC_ID_RAWVIDEO, MKTAG('U', 'Y', 'V', 'Y') },
     { CODEC_ID_RAWVIDEO, MKTAG('I', 'Y', 'U', 'V') },
     { CODEC_ID_RAWVIDEO, MKTAG('Y', '8', '0', '0') },
+    { CODEC_ID_RAWVIDEO, MKTAG('H', 'D', 'Y', 'C') },
     { CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '1') },
     { CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '2') },
     { CODEC_ID_VP3, MKTAG('V', 'P', '3', '1') },