From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7251243655 for ; Wed, 19 Oct 2022 07:27:43 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EB40368BDFA; Wed, 19 Oct 2022 10:26:38 +0300 (EEST) Received: from mail-ej1-f52.google.com (mail-ej1-f52.google.com [209.85.218.52]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3F8B468BC1D for ; Wed, 19 Oct 2022 10:26:34 +0300 (EEST) Received: by mail-ej1-f52.google.com with SMTP id bj12so37775713ejb.13 for ; Wed, 19 Oct 2022 00:26:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=spin-digital-com.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=sQfcDNzqwOR/WnYfmd1dCkacBdRVqThfJ4mW1iR2dGM=; b=VBTCaay8nPpTjdDbeDDuWQoQA3YsfsHj4xSzl4xVD3CwKsnGRjS+9QgrFuM/7jhLkW MWvI4+J15X9hcqu8mC8LrgCBB6L3YQZszth4yDD4ED3EGp0dvx6NM+ZxrZc/5E88HYtr zh97PNpXi9VhT170Tas0wlK7i3/G/jnSUb+MUNc5evf9iUgUOYNQi42In9k/zegsDZYU nKnroNcI/yeM2don7LFmz/21ZSQkMExpFrW5YaPNeD37nHRKQOs0tZKwd0BK550kp/2d gJhfluXHI5m4KMYk9dpVqGiTQtxa7NRrUXqmn2DF+gi8/iksFn4I+bljEM3cjuzXpH92 CwRQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=sQfcDNzqwOR/WnYfmd1dCkacBdRVqThfJ4mW1iR2dGM=; b=1DDCQiZ7S4E+yMv5hJKW+WLy5GLtF29yX9nKoAzEM76A+qYolnHKhgYZXlcIMoVWsH nQptyf2VT30360Pc43BgsTy/rF3qpUPs4bau10y9k7tynNyvo1pJ1QKrVX+WcCKNLtyd hLu74Uyqa17oUOAuvYCi6J3ZYw09oFdP7xSK1aVQNc8BC832baYC+mnBEBUaPEEICopu kxrf0WzhkgH51DLvsGZxac/rDM2NRJMlgD755n+hAJGMbct50wlir0e3BWkuQ/LVwqpq YcUjvOxLSHxiT/iuSTEd082V6agK1ih/1BNFVndBRWRVGLMcJsc9f6ObQBieTjeXKy9x rqPw== X-Gm-Message-State: ACrzQf0MdzVm6+4+gLMiU59+tqyAupxwlzuztH4Ek5vEFp0A1OCkLC01 yJ64JaEwobZeLedWtqUELgiW01Ghr+MTLQ== X-Google-Smtp-Source: AMsMyM7r/I+Ob+v+H1BL5RMN5zeOzWrMbUQAhVEiBXZUJaTIAfUcXY+XwxNchX8piFubYVZZd7aEWQ== X-Received: by 2002:a17:907:a059:b0:78d:1a16:fc5c with SMTP id gz25-20020a170907a05900b0078d1a16fc5cmr5514810ejc.31.1666164394053; Wed, 19 Oct 2022 00:26:34 -0700 (PDT) Received: from thomas-win.localdomain ([213.138.44.237]) by smtp.gmail.com with ESMTPSA id p5-20020a170906498500b0078b83968ad4sm8515150eju.24.2022.10.19.00.26.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Oct 2022 00:26:33 -0700 (PDT) From: thomas.ff@spin-digital.com To: ffmpeg-devel@ffmpeg.org Date: Wed, 19 Oct 2022 09:25:08 +0200 Message-Id: <20221019072508.23460-12-thomas.ff@spin-digital.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221019072508.23460-1-thomas.ff@spin-digital.com> References: <20221019072508.23460-1-thomas.ff@spin-digital.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v1 11/11] avcodec: increase minor version for H266/VVC X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 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 Cc: Thomas Siedel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: From: Thomas Siedel Increase avcodec minor version for vvc support. Signed-off-by: Thomas Siedel --- libavcodec/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/version.h b/libavcodec/version.h index f8abc803b6..86ac0f3871 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 51 +#define LIBAVCODEC_VERSION_MINOR 52 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ -- 2.25.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".