[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avienc.c,1.114,1.115
Guillaume Poirier CVS
gpoirier
Wed Nov 30 11:50:15 CET 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv24490/libavformat
Modified Files:
avienc.c
Log Message:
add some h.264 fourccs to codec_bmp_tags[]
Index: avienc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avienc.c,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- avienc.c 13 Nov 2005 03:32:12 -0000 1.114
+++ avienc.c 30 Nov 2005 10:50:13 -0000 1.115
@@ -77,6 +77,10 @@
important if multiple tags possible for a given codec. */
const CodecTag codec_bmp_tags[] = {
{ CODEC_ID_H264, MKTAG('H', '2', '6', '4') },
+ { CODEC_ID_H264, MKTAG('h', '2', '6', '4') },
+ { CODEC_ID_H264, MKTAG('X', '2', '6', '4') },
+ { CODEC_ID_H264, MKTAG('x', '2', '6', '4') },
+ { CODEC_ID_H264, MKTAG('a', 'v', 'c', '1') },
{ CODEC_ID_H264, MKTAG('V', 'S', 'S', 'H') },
{ CODEC_ID_H263, MKTAG('H', '2', '6', '3') },
More information about the ffmpeg-cvslog
mailing list