[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avienc.c,1.107,1.108
Michael Niedermayer CVS
michael
Thu Jun 9 22:01:04 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv32428/libavformat
Modified Files:
avienc.c
Log Message:
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net)
Index: avienc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avienc.c,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- avienc.c 3 Jun 2005 08:50:46 -0000 1.107
+++ avienc.c 9 Jun 2005 20:01:02 -0000 1.108
@@ -77,6 +77,7 @@
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('V', 'S', 'S', 'H') },
{ CODEC_ID_H263, MKTAG('H', '2', '6', '3') },
{ CODEC_ID_H263P, MKTAG('H', '2', '6', '3') },
More information about the ffmpeg-cvslog
mailing list