Browse Source

avcodec/vp8_parser: Remove redundant output initialization

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n4.1
Michael Niedermayer 7 years ago
parent
commit
2e6ea39386
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/vp8_parser.c

+ 0
- 2
libavcodec/vp8_parser.c View 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;
}



Loading…
Cancel
Save