[FFmpeg-cvslog] avcodec/tdsc: Remove ;;
Michael Niedermayer
git at videolan.org
Mon Mar 16 13:18:34 CET 2015
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Mar 16 13:04:47 2015 +0100| [04c52389d8d40b18c84b64f809c438a9533e1b47] | committer: Michael Niedermayer
avcodec/tdsc: Remove ;;
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04c52389d8d40b18c84b64f809c438a9533e1b47
---
libavcodec/tdsc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/tdsc.c b/libavcodec/tdsc.c
index 5b4e03f..8f0ebe7 100644
--- a/libavcodec/tdsc.c
+++ b/libavcodec/tdsc.c
@@ -124,7 +124,7 @@ static av_cold int tdsc_init(AVCodecContext *avctx)
ctx->jpeg_avctx->flags = avctx->flags;
ctx->jpeg_avctx->flags2 = avctx->flags2;
ctx->jpeg_avctx->dct_algo = avctx->dct_algo;
- ctx->jpeg_avctx->idct_algo = avctx->idct_algo;;
+ ctx->jpeg_avctx->idct_algo = avctx->idct_algo;
ret = ff_codec_open2_recursive(ctx->jpeg_avctx, codec, NULL);
if (ret < 0)
return ret;
More information about the ffmpeg-cvslog
mailing list