avcodec/avcodec: Deprecate intra_dc_precision

It is only used by the MPEG-2 encoder, so replace it
by a private option instead. Use a more elaborate term
for it: intra_dc_precision ("dc" could be anything).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-07-03 02:31:52 +02:00
parent cdc632efb3
commit f37cfb370f
8 changed files with 26 additions and 6 deletions
+3
View File
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2025-03-28
API changes, most recent first:
2026-03-07 - xxxxxxxxxx - lavc 62.25.100 - avcodec.h
Deprecate AVCodecContext.intra_dc_precision.
2026-02-xx - xxxxxxxxxx - lsws 9.4.100 - swscale.h
Add sws_test_hw_format().