[FFmpeg-devel] [PATCH 10/11] avcodec/avcodec: Remove legacy cruft

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Mon Aug 1 15:23:48 EEST 2022


Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 libavcodec/avcodec.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 60b215d2e9..abd6272f63 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -338,13 +338,6 @@ typedef struct RcOverride{
  */
 #define AV_CODEC_FLAG2_ICC_PROFILES   (1U << 31)
 
-/* Unsupported options :
- *              Syntax Arithmetic coding (SAC)
- *              Reference Picture Selection
- *              Independent Segment Decoding */
-/* /Fx */
-/* codec capabilities */
-
 /* Exported side data.
    These flags can be passed in AVCodecContext.export_side_data before initialization.
 */
-- 
2.34.1



More information about the ffmpeg-devel mailing list