From patchwork Thu Jun 15 19:31:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Niedermayer X-Patchwork-Id: 3992 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.22.4 with SMTP id 4csp949542vsw; Thu, 15 Jun 2017 12:31:32 -0700 (PDT) X-Received: by 10.223.133.167 with SMTP id 36mr5122242wrt.86.1497555092676; Thu, 15 Jun 2017 12:31:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1497555092; cv=none; d=google.com; s=arc-20160816; b=cSOkY1Syq60qu0f93h/4ogYRl1W+VgT4RGk/vdgVdAZZIBRJDE9813Ovq6fke7XZ/f Hnsy9OcU6ONf25OPwVKrJjQ0O0NUZ8LXU8iYUfGIlzepUfC5fsHAO2GPBPcsdiBKHMuZ LPkjBzr5zbiGwLr1SzQMJX2wpv+pAhyp4m1eOmoCjBxekZ0iA/UjIH0KwF6O/iNewJye LpBx40Uo6tPagT76Bp5n7IRaP6y2e69REeBhou4CzofRzv+u6vSWWB6GQDN1mH9J/z/z KqzBbU9nCkw9tVik6IKj4bWAamJtOrCTpCBnJNS8P374E7ywLNJLw0uHJZd0G+PuFuey DhKw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version:reply-to :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:message-id:date:to:from:delivered-to :arc-authentication-results; bh=bj+49guJEKQ6LxttkbewAj40TQn3Sj35PcEIzgizBYk=; b=0BZWt1aIf7tIvo6xVoS/iYypOH27gbBFpZJSyxF8J7RcVwEeurlruVJWz79BZn8u08 oyP/Ydiu8k0ipg3bmkZLRlhV6GRmkNJ0O7Hn9D/3C1IfvSoWsfMcydbukOhr+JqfpKsT UDEJwzJSuYeBQK0hPiOej1UYlrvAc/tfPDnQ/IjgHtEO2bCKapf/sx9K4biODX0+IqwK mgpj26Ok7L8sDOHR7W8CPK4q47sEqhrgv9/HNXHhZNcw9c7i651NVsIGheOiNtAmZq9c zqaL30uxEGA232s38LxiyV9x/LWt7lemQZivwiuPWj5T/G7kXoKhdZzy6YjS2Sw3wciW 5aOA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id r4si104309wra.12.2017.06.15.12.31.32; Thu, 15 Jun 2017 12:31:32 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CC97D68A39B; Thu, 15 Jun 2017 22:31:26 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from vie01a-dmta-pe04-3.mx.upcmail.net (vie01a-dmta-pe04-3.mx.upcmail.net [62.179.121.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9497168A393 for ; Thu, 15 Jun 2017 22:31:20 +0300 (EEST) Received: from [172.31.216.43] (helo=vie01a-pemc-psmtp-pe01) by vie01a-dmta-pe04.mx.upcmail.net with esmtp (Exim 4.88) (envelope-from ) id 1dLaUF-000287-1q for ffmpeg-devel@ffmpeg.org; Thu, 15 Jun 2017 21:31:23 +0200 Received: from localhost ([213.47.41.20]) by vie01a-pemc-psmtp-pe01 with SMTP @ mailcloud.upcmail.net id Z7XL1v01d0S5wYM017XMDU; Thu, 15 Jun 2017 21:31:22 +0200 X-SourceIP: 213.47.41.20 From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Thu, 15 Jun 2017 21:31:19 +0200 Message-Id: <20170615193120.1513-1-michael@niedermayer.cc> X-Mailer: git-send-email 2.13.0 Subject: [FFmpeg-devel] [PATCH 1/2] avcodec/ffv1: Increase the maximum number of slices to 1024 X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Michael Niedermayer --- libavcodec/ffv1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index c2bae1e6da..653138b070 100644 --- a/libavcodec/ffv1.h +++ b/libavcodec/ffv1.h @@ -74,7 +74,7 @@ typedef struct PlaneContext { uint8_t interlace_bit_state[2]; } PlaneContext; -#define MAX_SLICES 256 +#define MAX_SLICES 1024 typedef struct FFV1Context { AVClass *class;