mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
simplify
Originally committed as revision 10068 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d2062ff64d
commit
63dd9d0ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue