mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Merge commit 'b96f0ab3d2'
* commit 'b96f0ab3d2':
h264: Kill broken disabled cruft
Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
b6e88bf323
2 changed files with 0 additions and 40 deletions
|
|
@ -846,15 +846,6 @@ int ff_h264_decode_ref_pic_marking(H264SliceContext *sl, GetBitContext *gb,
|
|||
mmco[i].short_pic_num =
|
||||
(sl->curr_pic_num - get_ue_golomb_long(gb) - 1) &
|
||||
(sl->max_pic_num - 1);
|
||||
#if 0
|
||||
if (mmco[i].short_pic_num >= h->short_ref_count ||
|
||||
!h->short_ref[mmco[i].short_pic_num]) {
|
||||
av_log(s->avctx, AV_LOG_ERROR,
|
||||
"illegal short ref in memory management control "
|
||||
"operation %d\n", mmco);
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
if (opcode == MMCO_SHORT2LONG || opcode == MMCO_LONG2UNUSED ||
|
||||
opcode == MMCO_LONG || opcode == MMCO_SET_MAX_LONG) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue