[FFmpeg-cvslog] avcodec/avcodec: Remove legacy cruft
Andreas Rheinhardt
git at videolan.org
Fri Aug 5 04:36:14 EEST 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon Aug 1 03:37:58 2022 +0200| [0661472fa849901d73c382bb49741fdf2fb0021f] | committer: Andreas Rheinhardt
avcodec/avcodec: Remove legacy cruft
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0661472fa849901d73c382bb49741fdf2fb0021f
---
libavcodec/avcodec.h | 7 -------
1 file changed, 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.
*/
More information about the ffmpeg-cvslog
mailing list