avcodec/vp8_parser: Remove redundant output initialization

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2018-07-13 18:53:38 +02:00
parent 9e6c843776
commit 2e6ea39386
1 changed files with 0 additions and 2 deletions

View File

@ -70,8 +70,6 @@ static int parse(AVCodecParserContext *s,
s->coded_height = FFALIGN(height, 16);
}
*poutbuf = buf;
*poutbuf_size = buf_size;
return buf_size;
}