mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avcodec/vp8_parser: Remove redundant output initialization
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
9e6c843776
commit
2e6ea39386
@ -70,8 +70,6 @@ static int parse(AVCodecParserContext *s,
|
|||||||
s->coded_height = FFALIGN(height, 16);
|
s->coded_height = FFALIGN(height, 16);
|
||||||
}
|
}
|
||||||
|
|
||||||
*poutbuf = buf;
|
|
||||||
*poutbuf_size = buf_size;
|
|
||||||
return buf_size;
|
return buf_size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user