mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
twinnvq: remove ;;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0e187fd13c
commit
35f707abe1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user