]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp8_parser.c
tests: drop api-codec-param test
[ffmpeg] / libavcodec / vp8_parser.c
index e2d91b271f73cd7997b8cedb5701af388d881ae6..7ce35e7535ce085a9c9973e47e6a4536e704d1b0 100644 (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;
 }