[FFmpeg-cvslog] r10445 - trunk/libavformat/nuv.c

reimar subversion
Sun Sep 9 11:21:14 CEST 2007


Author: reimar
Date: Sun Sep  9 11:21:14 2007
New Revision: 10445

Log:
Do not set codec_tag when the container does not specify it.


Modified:
   trunk/libavformat/nuv.c

Modified: trunk/libavformat/nuv.c
==============================================================================
--- trunk/libavformat/nuv.c	(original)
+++ trunk/libavformat/nuv.c	Sun Sep  9 11:21:14 2007
@@ -149,7 +149,6 @@ static int nuv_header(AVFormatContext *s
         vst = av_new_stream(s, ctx->v_id);
         vst->codec->codec_type = CODEC_TYPE_VIDEO;
         vst->codec->codec_id = CODEC_ID_NUV;
-        vst->codec->codec_tag = MKTAG('R', 'J', 'P', 'G');
         vst->codec->width = width;
         vst->codec->height = height;
         vst->codec->bits_per_sample = 10;




More information about the ffmpeg-cvslog mailing list