Browse Source

avcodec/hevc_mp4toannexb_bsf: Remove ;;

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n2.8
Michael Niedermayer 10 years ago
parent
commit
f080a01fd3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/hevc_mp4toannexb_bsf.c

+ 1
- 1
libavcodec/hevc_mp4toannexb_bsf.c View File

@@ -56,7 +56,7 @@ static int hevc_extradata_to_annexb(HEVCBSFContext* ctx, AVCodecContext *avctx)
int ret = 0;

uint8_t *new_extradata = NULL;
size_t new_extradata_size = 0;;
size_t new_extradata_size = 0;

bytestream2_init(&gb, avctx->extradata, avctx->extradata_size);



Loading…
Cancel
Save