X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fvp8_parser.c;h=7ce35e7535ce085a9c9973e47e6a4536e704d1b0;hb=fe7f0d366fdea04af1bb4c7c188750b99b3593c4;hp=e2d91b271f73cd7997b8cedb5701af388d881ae6;hpb=284dde24dab30225ed3e233b0e5908d67d7e13e7;p=ffmpeg diff --git a/libavcodec/vp8_parser.c b/libavcodec/vp8_parser.c index e2d91b271f7..7ce35e7535c 100644 --- a/libavcodec/vp8_parser.c +++ b/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; }