mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Remove unused variable.
Originally committed as revision 14732 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2485abe281
commit
e7327dbba7
@ -2421,7 +2421,6 @@ static av_always_inline void hl_decode_mb_internal(H264Context *h, int simple){
|
||||
int linesize, uvlinesize /*dct_offset*/;
|
||||
int i;
|
||||
int *block_offset = &h->block_offset[0];
|
||||
const unsigned int bottom = mb_y & 1;
|
||||
const int transform_bypass = (s->qscale == 0 && h->sps.transform_bypass), is_h264 = (simple || s->codec_id == CODEC_ID_H264);
|
||||
void (*idct_add)(uint8_t *dst, DCTELEM *block, int stride);
|
||||
void (*idct_dc_add)(uint8_t *dst, DCTELEM *block, int stride);
|
||||
|
Loading…
Reference in New Issue
Block a user