h264: set unused ref_counts to 0 as a precautionary meassure.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 3af2de76ac)
This commit is contained in:
Michael Niedermayer
2011-10-02 05:44:35 +02:00
parent 2cd7580ab5
commit 3e0dbb8a7e
+1 -1
View File
@@ -2901,7 +2901,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);