]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tdsc.c
Merge commit '066aafced4dc6c7c9e7b37082635472249f1e93e'
[ffmpeg] / libavcodec / tdsc.c
index 5b4e03f64c4cca76c09775f71d5566e13bc844ea..8f0ebe7c3f088671783599d2d485250a4f217389 100644 (file)
@@ -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;