diff options
Diffstat (limited to 'media/ffvpx/libavcodec/vp8_parser.c')
-rw-r--r-- | media/ffvpx/libavcodec/vp8_parser.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/media/ffvpx/libavcodec/vp8_parser.c b/media/ffvpx/libavcodec/vp8_parser.c index e2d91b271f..7ce35e7535 100644 --- a/media/ffvpx/libavcodec/vp8_parser.c +++ b/media/ffvpx/libavcodec/vp8_parser.c @@ -70,8 +70,6 @@ static int parse(AVCodecParserContext *s, s->coded_height = FFALIGN(height, 16); } - *poutbuf = buf; - *poutbuf_size = buf_size; return buf_size; } |