diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-01-21 12:44:58 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-01-21 12:44:58 +0000 |
commit | bb85077fc97b186c270ba82f820b2ec6928d05c6 (patch) | |
tree | ed1ce352159e32d666357e934193d4e9eab53f2c /libavformat/aiff.c | |
parent | 07495657fb32501c1a8b1361ca5680ded1364cd5 (diff) | |
download | ffmpeg-bb85077fc97b186c270ba82f820b2ec6928d05c6.tar.gz |
remove now useless codec_tag setting code in muxers
Originally committed as revision 7603 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/aiff.c')
-rw-r--r-- | libavformat/aiff.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/aiff.c b/libavformat/aiff.c index 8fa61948be..10eb1d1f4b 100644 --- a/libavformat/aiff.c +++ b/libavformat/aiff.c @@ -165,7 +165,6 @@ static int aiff_write_header(AVFormatContext *s) AVExtFloat sample_rate; /* First verify if format is ok */ - enc->codec_tag = codec_get_tag(codec_aiff_tags, enc->codec_id); if (!enc->codec_tag) { av_free(aiff); return -1; |