mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-20 22:06:59 +00:00
do not remove FLAG_CODED
Originally committed as revision 10067 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0e6472fdcb
commit
d2062ff64d
@ -435,7 +435,7 @@ static int get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc,
|
||||
if(FFABS(pkt->pts - nus->last_pts)
|
||||
> nus->max_pts_distance) flags |= FLAG_CHECKSUM;
|
||||
|
||||
return flags;
|
||||
return flags | (fc->flags & FLAG_CODED);
|
||||
}
|
||||
|
||||
static int write_packet(AVFormatContext *s, AVPacket *pkt){
|
||||
|
Loading…
Reference in New Issue
Block a user