You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/hevc_mp4toannexb_bsf: Remove ;;
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -56,7 +56,7 @@ static int hevc_extradata_to_annexb(HEVCBSFContext* ctx, AVCodecContext *avctx)
|
|||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
uint8_t *new_extradata = NULL;
|
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);
|
bytestream2_init(&gb, avctx->extradata, avctx->extradata_size);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user