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 71EE8497CC for ; Wed, 20 Mar 2024 18:07:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BAEA868D4C8; Wed, 20 Mar 2024 20:07:04 +0200 (EET) Received: from mail-pj1-f42.google.com (mail-pj1-f42.google.com [209.85.216.42]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CABB068D022 for ; Wed, 20 Mar 2024 20:06:58 +0200 (EET) Received: by mail-pj1-f42.google.com with SMTP id 98e67ed59e1d1-29f6b6d184cso27373a91.0 for ; Wed, 20 Mar 2024 11:06:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710958016; x=1711562816; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=4CdCJeurfWM1RPzztp4yZEgYCKnRmIHuQbESq9MMwc4=; b=Jmn6xJNbhK3JryAuwsBGKnNmtPZtSba3hP+5PywtdnFBMItztrir0S0cD/Z5VZJ9rj tswES5t7xFRmpIxQpdJP4WVUiElPDgMjfHOaZQOi2zyKzRiF/BH2t2n8T7hMEH2ObsQ9 UmiH2MpRgrVchvTJ0Eq4wVZ+azjMb36Yk9ivg2E9GVG2nBbkPutuVYX9KCuA5IgFqcvW ik5MrtaskLhY7d/DuwKlD2he8ztKWJxarMvrA0Y6ojCDja1/rvhARcOjdjmqnR9IE04h uroa2W7gGBhVwDM4hNdB2jeDJDl2kVCIkR/RR2nFuUK+3MzpRclzC8/arLp+JDdBCoPf Lsjw== X-Gm-Message-State: AOJu0Yz8kN4BGK6t9uRQpFlMc8EOCbFZpnATDyfX91FAuh2mkmyUKL33 UT+lpFY/uz4davx+wIZtqqT3n6Fhn1/CFFphuLlE7qDKRjS0GAsNBHS7JjmJP6erdr2l1ALcBk+ TOjLYsUpRNlbO8AyNpi+qE3IpfwGRNCXdfqd+zLOV+T0Ws2m2y2ycmg== X-Google-Smtp-Source: AGHT+IHZAUTr4CNb6uqC1V+aPm7a1+EqkHF+SdjFmW6j3lGjgDsdJyZqa+zDoE/0yaLlFNG2T9Xjsg7JQQDzm7mhmrY= X-Received: by 2002:a17:90a:2ec9:b0:29b:f9be:6b51 with SMTP id h9-20020a17090a2ec900b0029bf9be6b51mr2301719pjs.4.1710958016397; Wed, 20 Mar 2024 11:06:56 -0700 (PDT) MIME-Version: 1.0 References: <20240319224429.3133701-1-marth64@proxyid.net> <20240319224429.3133701-4-marth64@proxyid.net> In-Reply-To: From: Marth64 Date: Wed, 20 Mar 2024 13:06:45 -0500 Message-ID: To: FFmpeg development discussions and patches , Marth64 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v6 3/4] doc/{muxers, demuxers}: add RCWT demuxer doc and refresh the muxer's doc to be consistent 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: > what is ASSA? This should just be ASS, will update > let's expand SCC > for the sake of exclicitness, I'd avoid more acronyms, I'd guess this > is source Closed Caption? Actually SCC is a format itself (Scenarist Closed Caption) of which FFmpeg has a muxer and demuxer. SCC is one of the standard proprietary formats to exchange Closed Captions. I'll update the doc to highlight the fact better that this is a different format. Thank you for the reviews. Working on updates, will send a v7 when ready. _______________________________________________ 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".