mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 21:20:41 +00:00
nutdec: do not set has_b_frames
It is not supposed to be set by demuxers.
This commit is contained in:
parent
acc897e6b1
commit
05e59135b3
@ -399,7 +399,6 @@ static int decode_stream_header(NUTContext *nut)
|
||||
GET_V(stc->msb_pts_shift, tmp < 16);
|
||||
stc->max_pts_distance = ffio_read_varlen(bc);
|
||||
GET_V(stc->decode_delay, tmp < 1000); // sanity limit, raise this if Moore's law is true
|
||||
st->codec->has_b_frames = stc->decode_delay;
|
||||
ffio_read_varlen(bc); // stream flags
|
||||
|
||||
GET_V(st->codec->extradata_size, tmp < (1 << 30));
|
||||
|
Loading…
Reference in New Issue
Block a user