twinnvq: remove ;;

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-12-13 19:54:31 +01:00
parent 0e187fd13c
commit 35f707abe1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}