summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-01 03:37:58 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-05 03:28:45 +0200
commit0661472fa849901d73c382bb49741fdf2fb0021f (patch)
treeca92f9f4f1ad8962bee51c431beafbfe392395c9
parent57d305207a30131172e1c07c99e2cba833c1add1 (diff)
avcodec/avcodec: Remove legacy cruft
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavcodec/avcodec.h7
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.
*/