Commit f080a01f authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/hevc_mp4toannexb_bsf: Remove ;;

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 336822ed
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment