diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-01 03:37:58 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-05 03:28:45 +0200 |
commit | 0661472fa849901d73c382bb49741fdf2fb0021f (patch) | |
tree | ca92f9f4f1ad8962bee51c431beafbfe392395c9 /libavcodec/avcodec.h | |
parent | 57d305207a30131172e1c07c99e2cba833c1add1 (diff) | |
download | ffmpeg-0661472fa849901d73c382bb49741fdf2fb0021f.tar.gz |
avcodec/avcodec: Remove legacy cruft
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index bfd00ec493..65c8535359 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -348,13 +348,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. */ |