ffmpeg | branch: master | Michael Niedermayer <mich...@niedermayer.cc> | Fri 
Jul 13 18:53:38 2018 +0200| [2e6ea3938669a5a0aa00a58ff83d4c0a1ae3b2a7] | 
committer: Michael Niedermayer

avcodec/vp8_parser: Remove redundant output initialization

Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e6ea3938669a5a0aa00a58ff83d4c0a1ae3b2a7
---

 libavcodec/vp8_parser.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/vp8_parser.c b/libavcodec/vp8_parser.c
index e2d91b271f..7ce35e7535 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;
 }
 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to