Mercurial > libavcodec.hg
comparison error_resilience.c @ 1417:89dacc2b9bf0 libavcodec
avoid warning
| author | bellard |
|---|---|
| date | Sun, 24 Aug 2003 22:15:37 +0000 |
| parents | da0b3a50d209 |
| children | 932d306bf1dc |
comparison
equal
deleted
inserted
replaced
| 1416:8edad1e372d1 | 1417:89dacc2b9bf0 |
|---|---|
| 989 v_block_filter(s, s->current_picture.data[0], s->mb_width*2, s->mb_height*2, s->linesize , 1); | 989 v_block_filter(s, s->current_picture.data[0], s->mb_width*2, s->mb_height*2, s->linesize , 1); |
| 990 v_block_filter(s, s->current_picture.data[1], s->mb_width , s->mb_height , s->uvlinesize, 0); | 990 v_block_filter(s, s->current_picture.data[1], s->mb_width , s->mb_height , s->uvlinesize, 0); |
| 991 v_block_filter(s, s->current_picture.data[2], s->mb_width , s->mb_height , s->uvlinesize, 0); | 991 v_block_filter(s, s->current_picture.data[2], s->mb_width , s->mb_height , s->uvlinesize, 0); |
| 992 } | 992 } |
| 993 | 993 |
| 994 #ifdef HAVE_XVMC | |
| 994 ec_clean: | 995 ec_clean: |
| 996 #endif | |
| 995 /* clean a few tables */ | 997 /* clean a few tables */ |
| 996 for(i=0; i<s->mb_num; i++){ | 998 for(i=0; i<s->mb_num; i++){ |
| 997 const int mb_xy= s->mb_index2xy[i]; | 999 const int mb_xy= s->mb_index2xy[i]; |
| 998 int error= s->error_status_table[mb_xy]; | 1000 int error= s->error_status_table[mb_xy]; |
| 999 | 1001 |
