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_cabac: fix one fill_rectangle() indentation level
Bug-Id: CID 1087088
tags/n2.5
Michael Niedermayer
Vittorio Giovara
11 years ago
parent
60b0551334
commit
4cb9f1a774
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_cabac.c
+ 1
- 1
libavcodec/h264_cabac.c
View File
@@ -2189,7 +2189,7 @@ decode_intra_mb:
}
}else
ref=0;
fill_rectangle(&h->ref_cache[list][ scan8[0] ], 4, 4, 8, ref, 1);
fill_rectangle(&h->ref_cache[list][ scan8[0] ], 4, 4, 8, ref, 1);
}
}
for(list=0; list<h->list_count; list++){
Write
Preview
Loading…
Cancel
Save