Jun Zhao
c29206e456
doc/examples/transcode: query encoder for supported configs
...
avcodec_get_supported_config() is called with dec_ctx (the decoder
context) to query supported pixel formats and sample formats, but
the intent is to configure the encoder. The decoder supported
format list may differ from the encoder, leading to format
negotiation failures or incorrect output.
Pass enc_ctx instead so the actual encoder capabilities are
queried.
Signed-off-by: Jun Zhao <barryjzhao@tencent.com >
2026-03-18 02:08:09 +00:00
..
2026-03-18 02:08:09 +00:00
2026-03-14 17:05:06 +00:00
2023-03-01 21:59:10 +01:00
2026-01-19 16:51:47 +05:30
2023-11-08 23:54:23 +01:00
2025-08-03 13:48:47 +02:00
2025-09-02 17:06:24 +02:00
2025-08-09 22:01:42 +00:00
2025-09-30 11:55:02 +00:00
2026-02-28 04:01:08 +01:00
2026-03-06 04:29:52 +00:00
2021-06-11 19:28:27 +02:00
2026-01-18 03:33:04 +00:00
2026-01-04 13:42:20 +00:00
2026-01-20 10:10:26 +00:00
2024-01-10 19:52:23 +01:00
2025-12-19 18:41:23 +00:00
2025-11-18 04:19:06 +00:00
2026-03-15 17:52:05 -03:00
2026-03-04 21:30:40 +00:00
2026-02-04 21:46:30 +01:00
2025-12-12 18:40:01 +02:00
2025-10-12 03:26:21 +00:00
2025-07-03 21:41:53 +02:00
2026-03-15 06:53:19 +00:00
2024-04-02 19:53:40 +02:00
2025-12-17 00:20:41 -03:00
2020-09-08 14:29:19 +02:00
2025-04-03 01:57:46 +02:00
2025-12-09 10:22:36 +05:30
2025-08-03 13:48:47 +02:00
2025-09-30 13:14:03 +02:00
2026-01-12 18:00:14 +00:00
2025-10-25 13:21:50 +00:00
2024-03-18 17:59:19 +01:00
2025-06-06 17:21:31 +02:00
2024-04-19 13:18:04 +02:00
2026-03-16 14:46:13 +00:00
2025-08-03 13:48:47 +02:00
2026-02-13 09:21:33 +01:00
2025-04-03 06:04:57 +02:00
2025-12-19 10:01:16 +00:00
2026-02-27 09:20:33 +00:00
2023-02-19 18:28:45 -03:00
2026-03-12 22:09:13 +01:00
2019-02-10 16:46:56 +01:00
2024-11-25 17:17:57 +01:00
2026-01-18 03:33:04 +00:00
2025-02-06 18:00:34 -03:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2022-09-23 12:35:27 +02:00
2025-08-03 13:48:47 +02:00
2024-12-13 16:35:47 -03:00
2021-06-18 18:58:25 +02:00