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
avoid warning
Originally committed as revision 2160 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard
22 years ago
parent
df15903f27
commit
02c28fe629
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/error_resilience.c
+ 2
- 0
libavcodec/error_resilience.c
View File
@@ -991,7 +991,9 @@ void ff_er_frame_end(MpegEncContext *s){
v_block_filter(s, s->current_picture.data[2], s->mb_width , s->mb_height , s->uvlinesize, 0);
v_block_filter(s, s->current_picture.data[2], s->mb_width , s->mb_height , s->uvlinesize, 0);
}
}
#ifdef HAVE_XVMC
ec_clean:
ec_clean:
#endif
/* clean a few tables */
/* clean a few tables */
for(i=0; i<s->mb_num; i++){
for(i=0; i<s->mb_num; i++){
const int mb_xy= s->mb_index2xy[i];
const int mb_xy= s->mb_index2xy[i];
Write
Preview
Loading…
Cancel
Save