]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpeg12enc.c
configure: fix openssl pkg-config check
[ffmpeg] / libavcodec / mpeg12enc.c
index 349136ef9ecd7fe0c985dda64139b33f67d916dd..a9d0e3f66aba6fa63dfcf5bdb2978716c36166a4 100644 (file)
@@ -139,9 +139,6 @@ static av_cold int encode_init(AVCodecContext *avctx)
 {
     MpegEncContext *s = avctx->priv_data;
 
-    if (avctx->codec_id == AV_CODEC_ID_MPEG1VIDEO && avctx->height > 2800)
-        avctx->thread_count = 1;
-
     if (ff_mpv_encode_init(avctx) < 0)
         return -1;