Commit d4f788d8 authored by diego's avatar diego

Remove unused variable, fixes warnings of the type:

libavcodec/h264.h:816: warning: unused variable `mb_xy'


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21941 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 11019958
......@@ -813,7 +813,6 @@ static void fill_decode_neighbors(H264Context *h, int mb_type){
static void fill_decode_caches(H264Context *h, int mb_type){
MpegEncContext * const s = &h->s;
const int mb_xy= h->mb_xy;
int topleft_xy, top_xy, topright_xy, left_xy[2];
int topleft_type, top_type, topright_type, left_type[2];
const uint8_t * left_block= h->left_block;
......
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