You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-10-06 05:47:18 +02:00
twinnvq: remove ;;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -871,7 +871,7 @@ static int twin_decode_frame(AVCodecContext * avctx, void *data,
|
||||
}
|
||||
|
||||
*got_frame_ptr = 1;
|
||||
*(AVFrame *)data = tctx->frame;;
|
||||
*(AVFrame *)data = tctx->frame;
|
||||
|
||||
return buf_size;
|
||||
}
|
||||
|
Reference in New Issue
Block a user