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 E336646D1E for ; Sun, 9 Jul 2023 19:22:35 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 63AC368C69F; Sun, 9 Jul 2023 22:21:55 +0300 (EEST) Received: from mail-oa1-f44.google.com (mail-oa1-f44.google.com [209.85.160.44]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 13C1C68C68B for ; Sun, 9 Jul 2023 22:21:48 +0300 (EEST) Received: by mail-oa1-f44.google.com with SMTP id 586e51a60fabf-1b055511b85so2900182fac.2 for ; Sun, 09 Jul 2023 12:21:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1688930506; x=1691522506; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=vBalfo89/tjsiwBZb0yfsXoSz0tvqBUCUEA/nn/UQww=; b=RRkTbab7iRpec4pZX9x24TfrA9sneKcKi1jNqp01OLhhcYd82XJMVTYQ3aHuhaLxgX Qeefi1hUAeEtLiVnQPl8FvJcm4M/wRlJtue8KpE7JYl1Ltob75g51Y+L/EBanjNUcDNR yTCJ7Zp3e1FYcuLEqe402vRftV57JliNYpsdBeep+xh9qeTnsbCuSr9SY9CbAa53W3e9 ILXmK3vzLomZdD1BSEXWjxz+Uda9ng6KTYknTGiYHGY+vQxrvW3an0btVNZfUdhuWvIC LO2oWHxHxbXYAGgwjkq0SwVtpGRzUEMvXpVZD3DYERjmLDC1Zik+zap8+w7eG8DinKIH HMPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688930506; x=1691522506; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=vBalfo89/tjsiwBZb0yfsXoSz0tvqBUCUEA/nn/UQww=; b=gLHOZzjxmCZLjdYN2bbzaelvcHJYXy/X4FUQZ+DVVU6xejl6nvlrrLNWPr75r/iw7X S8lo1whjHNecphbRB7jvkx2Nrs4+TuCK0/3RlhHTiQhE1M6RpUHrmeMxiZVDdps4QcMO PaQBszjJNW/Joi0Zumi6cSL/aOrhKbKv1hUzBYp2/l3S9BhzX1z7VotxYTg13kTZT+ug 58nB+XaZkaH4d+Q2nWqP3+1O/arQTFlc1DS/9U7vFFPUUsebSkdUvY83TbW5tthp49Bm Pzr4Oec594K8nTaT2Dk/TdMYxB2khhAcxcGYih4V94hezsu37mmiU0SmLnHHcpa0pG0q R3sg== X-Gm-Message-State: ABy/qLaIvbi62QRiaCQoontWEcWh86mRlCygy9tEb7CAPk5GMY+H/RiP aCfc6V8gE3LunCDPJq6xjy/zxnPAN1U= X-Google-Smtp-Source: APBJJlHg5QZk4dCSLxs0oNMp8wN56cXHvfmtW/RySAe5fV4on0+X2YwmfUjcNLLQHONKtT0aiN79MQ== X-Received: by 2002:a05:6870:f102:b0:1b3:738e:a341 with SMTP id k2-20020a056870f10200b001b3738ea341mr11422893oac.46.1688930506472; Sun, 09 Jul 2023 12:21:46 -0700 (PDT) Received: from localhost.localdomain (host197.190-225-105.telecom.net.ar. [190.225.105.197]) by smtp.gmail.com with ESMTPSA id v26-20020a9d69da000000b006b469ace1b1sm3615933oto.22.2023.07.09.12.21.45 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 09 Jul 2023 12:21:46 -0700 (PDT) From: James Almer To: ffmpeg-devel@ffmpeg.org Date: Sun, 9 Jul 2023 16:21:09 -0300 Message-ID: <20230709192110.5934-6-jamrial@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230709192110.5934-1-jamrial@gmail.com> References: <20230709192110.5934-1-jamrial@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 6/7] avcodec/v4l2_m2m_dec: remove FF_CODEC_CAP_SETS_PKT_DTS flag 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 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: It has no effect on receive_frame() decoders. Signed-off-by: James Almer --- libavcodec/v4l2_m2m_dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/v4l2_m2m_dec.c b/libavcodec/v4l2_m2m_dec.c index 4944d08511..aa2d759e1e 100644 --- a/libavcodec/v4l2_m2m_dec.c +++ b/libavcodec/v4l2_m2m_dec.c @@ -253,7 +253,7 @@ static const AVOption options[] = { .bsfs = bsf_name, \ .p.capabilities = AV_CODEC_CAP_HARDWARE | AV_CODEC_CAP_DELAY | AV_CODEC_CAP_AVOID_PROBING, \ .caps_internal = FF_CODEC_CAP_NOT_INIT_THREADSAFE | \ - FF_CODEC_CAP_SETS_PKT_DTS | FF_CODEC_CAP_INIT_CLEANUP, \ + FF_CODEC_CAP_INIT_CLEANUP, \ .p.wrapper_name = "v4l2m2m", \ } -- 2.41.0 _______________________________________________ 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".