Commit 0e6472fd authored by Michael Niedermayer's avatar Michael Niedermayer

remove useless code, found by oded

Originally committed as revision 10066 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2529024b
......@@ -498,7 +498,6 @@ static int write_packet(AVFormatContext *s, AVPacket *pkt){
if(flags & FLAG_CODED){
length++;
flags &= ~needed_flags;
flags |= needed_flags;
}
......
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