mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
h264: set unused ref_counts to 0 as a precautionary meassure.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
78f08c06e6
commit
3af2de76ac
@ -2903,7 +2903,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0){
|
||||
else
|
||||
h->list_count= 1;
|
||||
}else
|
||||
h->list_count= 0;
|
||||
h->ref_count[1]= h->ref_count[0]= h->list_count= 0;
|
||||
|
||||
if(!default_ref_list_done){
|
||||
ff_h264_fill_default_ref_list(h);
|
||||
|
Loading…
Reference in New Issue
Block a user