Commit 2e6ea393 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/vp8_parser: Remove redundant output initialization

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 9e6c8437
......@@ -70,8 +70,6 @@ static int parse(AVCodecParserContext *s,
s->coded_height = FFALIGN(height, 16);
}
*poutbuf = buf;
*poutbuf_size = buf_size;
return buf_size;
}
......
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