mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
simplify
Originally committed as revision 10068 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d2062ff64d
commit
63dd9d0ee3
@ -498,7 +498,7 @@ static int write_packet(AVFormatContext *s, AVPacket *pkt){
|
||||
|
||||
if(flags & FLAG_CODED){
|
||||
length++;
|
||||
flags |= needed_flags;
|
||||
flags = needed_flags;
|
||||
}
|
||||
|
||||
if((flags & needed_flags) != needed_flags)
|
||||
|
Loading…
Reference in New Issue
Block a user