]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Do not set codec_tag when the container does not specify it.
authorreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 9 Sep 2007 09:21:14 +0000 (09:21 +0000)
committerreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 9 Sep 2007 09:21:14 +0000 (09:21 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10445 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/nuv.c

index eb38d6ffd8544363728268c764524f671581c53d..152ef671d357396b28cd404098867361d4cfdec8 100644 (file)
@@ -149,7 +149,6 @@ static int nuv_header(AVFormatContext *s, AVFormatParameters *ap) {
         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;