Commit 36669742 authored by Paul B Mahol's avatar Paul B Mahol

avformat/yuv4mpegdec: remove unused variable

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 3bb58c37
......@@ -271,7 +271,6 @@ static int yuv4_read_packet(AVFormatContext *s, AVPacket *pkt)
int i;
char header[MAX_FRAME_HEADER+1];
int ret, off = avio_tell(s->pb);
AVStream *st = s->streams[0];
for (i = 0; i < MAX_FRAME_HEADER; i++) {
header[i] = avio_r8(s->pb);
......
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