Commit b79d8b34 authored by bellard's avatar bellard

avoid warning


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2160 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e12739af
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment