Browse Source

twinnvq: remove ;;

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 35f707abe1)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9.1
Michael Niedermayer 14 years ago
parent
commit
6289b6c811
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/twinvq.c

+ 1
- 1
libavcodec/twinvq.c 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;
}


Loading…
Cancel
Save