diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-04-07 22:23:15 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-04-07 22:23:15 +0000 |
commit | cf9ce6a3d69e4f29b212f01564bc4785fdfd2c66 (patch) | |
tree | de1b58c241b88066c72c4e49487af0f02bf515ec /libavformat/movenc.c | |
parent | 2ab57c04431053f87fd29027f1b0dba5d6189149 (diff) | |
download | ffmpeg-cf9ce6a3d69e4f29b212f01564bc4785fdfd2c66.tar.gz |
remove no more needed code, tag is set by default
Originally committed as revision 18364 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/movenc.c')
-rw-r--r-- | libavformat/movenc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/movenc.c b/libavformat/movenc.c index f26cb63921..38290bb64d 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -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; } |