This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
h264: set unused ref_counts to 0 as a precautionary meassure.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer
14 years ago
parent
78f08c06e6
commit
3af2de76ac
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/h264.c
+ 1
- 1
libavcodec/h264.c
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save