Commit cf9ce6a3 authored by Baptiste Coudurier's avatar Baptiste Coudurier

remove no more needed code, tag is set by default

Originally committed as revision 18364 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2ab57c04
......@@ -640,8 +640,6 @@ static int mov_get_rawvideo_codec_tag(AVFormatContext *s, MOVTrack *track)
break;
}
}
if (!tag) // restore tag
tag = track->enc->codec_tag;
return tag;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment