forked from FFmpeg/FFmpeg
bitpacked: Remove dead store
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
parent
8bf9572e9a
commit
b603ef0870
1 changed files with 0 additions and 4 deletions
|
@ -68,10 +68,6 @@ static int bitpacked_decode_yuv422p10(AVCodecContext *avctx, AVFrame *frame,
|
|||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
y = (uint16_t*)frame->data[0];
|
||||
u = (uint16_t*)frame->data[1];
|
||||
v = (uint16_t*)frame->data[2];
|
||||
|
||||
if (frame_size > packet_size)
|
||||
return AVERROR_INVALIDDATA;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue