You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
h264_refs: assert that the references are not deallocated
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -317,6 +317,7 @@ int ff_h264_decode_ref_pic_list_reordering(H264Context *h)
|
||||
else
|
||||
return -1;
|
||||
}
|
||||
av_assert0(av_buffer_get_ref_count(h->ref_list[list][index].f.buf[0]) > 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user