Commit 35f707ab authored by Michael Niedermayer's avatar Michael Niedermayer

twinnvq: remove ;;

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0e187fd1
...@@ -871,7 +871,7 @@ static int twin_decode_frame(AVCodecContext * avctx, void *data, ...@@ -871,7 +871,7 @@ static int twin_decode_frame(AVCodecContext * avctx, void *data,
} }
*got_frame_ptr = 1; *got_frame_ptr = 1;
*(AVFrame *)data = tctx->frame;; *(AVFrame *)data = tctx->frame;
return buf_size; return buf_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