remove useless code, found by oded

Originally committed as revision 10066 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-08-11 10:12:39 +00:00
parent 2529024b3c
commit 0e6472fdcb

View File

@ -498,7 +498,6 @@ static int write_packet(AVFormatContext *s, AVPacket *pkt){
if(flags & FLAG_CODED){
length++;
flags &= ~needed_flags;
flags |= needed_flags;
}