Commit a9d1c2bb authored by michael's avatar michael

dont remove FLAG_CODED


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10067 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent be96ac8e
...@@ -435,7 +435,7 @@ static int get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc, ...@@ -435,7 +435,7 @@ static int get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc,
if(FFABS(pkt->pts - nus->last_pts) if(FFABS(pkt->pts - nus->last_pts)
> nus->max_pts_distance) flags |= FLAG_CHECKSUM; > nus->max_pts_distance) flags |= FLAG_CHECKSUM;
return flags; return flags | (fc->flags & FLAG_CODED);
} }
static int write_packet(AVFormatContext *s, AVPacket *pkt){ static int write_packet(AVFormatContext *s, AVPacket *pkt){
......
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