comparison h264.c @ 11236:9df548187a80 libavcodec

Remove unused variable mb_xy. Patch by avcoder, ffmpeg gmail
author cehoyos
date Sun, 21 Feb 2010 19:32:47 +0000
parents 10c06a9bd3d9
children 926dde10e50d
comparison
equal deleted inserted replaced
11235:5c339e441ace 11236:9df548187a80
979 979
980 static inline void xchg_mb_border(H264Context *h, uint8_t *src_y, uint8_t *src_cb, uint8_t *src_cr, int linesize, int uvlinesize, int xchg, int simple){ 980 static inline void xchg_mb_border(H264Context *h, uint8_t *src_y, uint8_t *src_cb, uint8_t *src_cr, int linesize, int uvlinesize, int xchg, int simple){
981 MpegEncContext * const s = &h->s; 981 MpegEncContext * const s = &h->s;
982 int deblock_left; 982 int deblock_left;
983 int deblock_top; 983 int deblock_top;
984 int mb_xy;
985 int top_idx = 1; 984 int top_idx = 1;
986 uint8_t *top_border_m1; 985 uint8_t *top_border_m1;
987 uint8_t *top_border; 986 uint8_t *top_border;
988 987
989 if(!simple && FRAME_MBAFF){ 988 if(!simple && FRAME_MBAFF){