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 A96384A3E5 for ; Wed, 27 Mar 2024 13:36:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2CF4768D5CE; Wed, 27 Mar 2024 15:36:35 +0200 (EET) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 21C8468D53C for ; Wed, 27 Mar 2024 15:36:27 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 1CBDC1BF205 for ; Wed, 27 Mar 2024 13:36:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1711546587; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=5fWf8wN/rgNrfc8Evte8XXe4lmKAEW68KB7WF0v+hGI=; b=XGx9bSUo9nhgJ3rmqy65mUpS77eTmRAVOOfVF6KSVpPQFibqy19xLzCd+oA0wfl39w3wFh 8BJQhMfoT/bINCPNp7e++OOZj9x8KN+M1VdYf9rcwsSrz7/9qwcH8E0AnW35AsyTHJUw2L 8d5H0gyIv9+g0PdlKX9TmwvGXT5+VoSFlzj9K1uBE6h8i4Fb0NSb/gKIuUWJRk39QBrPye m7TU0Qfdm2Hd31c/jDelpr+XWfjfpG9qYI5n5aqwNPRLEjJtJSVtPj35YyJajHfbwR5ypR Vu2V4YJ2bKsBCiniHJ3loq3lVU9j5lM6QmRzO8Ggn7H2wqSftE2AHheQykDcsw== Date: Wed, 27 Mar 2024 14:36:26 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240327133626.GH6420@pb2> MIME-Version: 1.0 X-GND-Sasl: michael@niedermayer.cc Subject: [FFmpeg-devel] Undocuemnted options 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: multipart/mixed; boundary="===============8687833597987874328==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8687833597987874328== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="npe8t6X5og/gm+tA" Content-Disposition: inline --npe8t6X5og/gm+tA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi some options not documented in doc/* (this list is not complete) libavcodec/options_table.h:{"copy_opaque", "propagate opaque values", 0, AV= _OPT_TYPE_CONST, {.i64 =3D AV_CODEC_FLAG_COPY_OPAQUE}, .unit =3D "flags"}, libavcodec/options_table.h:{"ticks_per_frame", NULL, OFFSET(ticks_per_frame= ), AV_OPT_TYPE_INT, {.i64 =3D 1 }, 1, INT_MAX, A|V|E|D}, libavcodec/options_table.h:{"side_data_prefer_packet", "Comma-separated lis= t of side data types for which user-supplied (container) data is preferred = over coded bytestream", libavcodec/options_table.h: OFFSET(side_data_prefer_packet), AV_OPT_TYPE= _INT | AR, .min =3D -1, .max =3D INT_MAX, .flags =3D V|A|S|D, .unit =3D "si= de_data_pkt" }, libavcodec/options_table.h: {"mastering_display_metadata", .default_val= =2Ei64 =3D AV_PKT_DATA_MASTERING_DISPLAY_METADATA, .type =3D AV_OPT_TYPE_C= ONST, .flags =3D A|D, .unit =3D "side_data_pkt" }, thx --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB He who knows, does not speak. He who speaks, does not know. -- Lao Tsu --npe8t6X5og/gm+tA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZgQg1wAKCRBhHseHBAsP q/JrAJ9pxVvlqOwoiDqJp+xE6bQ+vYwv2gCeLDjtjEG1Al2i/ffz/zU/7dvUAsY= =FL6i -----END PGP SIGNATURE----- --npe8t6X5og/gm+tA-- --===============8687833597987874328== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============8687833597987874328==--