diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 22:15:37 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 22:15:37 +0000 |
commit | 02c28fe629ce723d301335ffbc8ab0ff91993bf9 (patch) | |
tree | 3d5e303deafb2f3929f1c526d4b409c039ccc52e | |
parent | df15903f27f15e5b54421501a78037d08edf53d4 (diff) | |
download | ffmpeg-02c28fe629ce723d301335ffbc8ab0ff91993bf9.tar.gz |
avoid warning
Originally committed as revision 2160 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/error_resilience.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c index b13eea2f70..5ac2190b38 100644 --- a/libavcodec/error_resilience.c +++ b/libavcodec/error_resilience.c @@ -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); } +#ifdef HAVE_XVMC ec_clean: +#endif /* clean a few tables */ for(i=0; i<s->mb_num; i++){ const int mb_xy= s->mb_index2xy[i]; |