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 409994021A for ; Mon, 18 Jul 2022 20:01:09 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 82F6D68B986; Mon, 18 Jul 2022 23:01:06 +0300 (EEST) Received: from mail-wm1-f49.google.com (mail-wm1-f49.google.com [209.85.128.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A632E68B616 for ; Mon, 18 Jul 2022 23:01:00 +0300 (EEST) Received: by mail-wm1-f49.google.com with SMTP id h14-20020a1ccc0e000000b0039eff745c53so7963283wmb.5 for ; Mon, 18 Jul 2022 13:01:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=7yGDd7mtLNqZMG1jjcK2qAbIqGlug5sa6Ndk5wwfjx0=; b=1dR9//K7dHacnESGhezf83aFbjwawhDxHk/HcoVq337KXUyooToWYLi2PlJwydeL3c QGrtwEz8GmKp/yCoq6gVyeG0NYv2BYWpQsOTp3TQv+F0VPSoCBzM43svgCljajdWx/Yq C6pEgYRnqaN/yQL+4tlaxFOeqnhNllQH01NTX/m23XOH5le3pZ7I7CMvUD59PkHdKDiP ou01GtXil7OI2qeXDRqzJq/uesFWbzPrLwHY3Myw1H6rNK9PxVDS/zidU+ifQ4KmdAtG wRN4dJ7IKV3sonZ3FFrAYl50vxPqWnivUmhGBuQlyiLAXqc6V3vNd8kx3j9ZO6W3rQOS Vnqg== X-Gm-Message-State: AJIora/tygNxWJ2UkgjphWAdR9KF1wYuW7bYzmCiOE6w6tpJuNlJ8Arx LbuvJvdwXR6j7tuNm1cjrLmCOYAPst9Taw== X-Google-Smtp-Source: AGRyM1to0j2bAv8e5uUaohDpGrgvVoIyQ/dlOJn1/zMWxF3HOhmY7MwSuBjxC8trhD41PkODS7mijw== X-Received: by 2002:a05:600c:40cf:b0:3a3:1fd6:47b7 with SMTP id m15-20020a05600c40cf00b003a31fd647b7mr3126719wmh.32.1658174458747; Mon, 18 Jul 2022 13:00:58 -0700 (PDT) Received: from localhost.localdomain ([84.71.185.98]) by smtp.gmail.com with ESMTPSA id k21-20020a05600c1c9500b003a3187a2d4csm6893220wms.22.2022.07.18.13.00.58 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Jul 2022 13:00:58 -0700 (PDT) From: facefunk To: ffmpeg-devel@ffmpeg.org Date: Mon, 18 Jul 2022 21:00:51 +0100 Message-Id: <20220718200052.159293-1-facefunk@fcfnk.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220718160833.12397-2-facefunk@fcfnk.com> References: <20220718160833.12397-2-facefunk@fcfnk.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] Make disposition forced work with mov_text subtitles. 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: Okay, great! Thanks for reviewing. I've addressed your points as well as a few tweaks in the spirit of preserving the abstraction boundary. Would the attached patch revision be acceptable? _______________________________________________ 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".