[FFmpeg-cvslog] avcodec/vp8_parser: Remove redundant output initialization

Michael Niedermayer git at videolan.org
Sun Jul 15 21:05:29 EEST 2018


ffmpeg | branch: master | Michael Niedermayer <michael at 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 <michael at 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;
 }
 



More information about the ffmpeg-cvslog mailing list