diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-02-17 20:41:34 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-02-20 00:09:05 +0100 |
commit | b96b3e291ca5e1450e8bb8edc0c6221a9011e911 (patch) | |
tree | 256b06aaf4a6b9fa5f9eb9ea24f4015343b9051d /libavutil/intreadwrite.h | |
parent | 8d17ab607f1b33f68f94a67c546f64a50ee90f9a (diff) | |
download | ffmpeg-b96b3e291ca5e1450e8bb8edc0c6221a9011e911.tar.gz |
avutil/intreadwrite: Remove obsolete warning
Obsolete since 7ec2354c38978b918dc079b611393becb6c80bf7.
Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil/intreadwrite.h')
-rw-r--r-- | libavutil/intreadwrite.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libavutil/intreadwrite.h b/libavutil/intreadwrite.h index 21df7887f3..d0a5773b54 100644 --- a/libavutil/intreadwrite.h +++ b/libavutil/intreadwrite.h @@ -583,9 +583,7 @@ union unaligned_16 { uint16_t l; } __attribute__((packed)) av_alias; #endif /* Parameters for AV_COPY*, AV_SWAP*, AV_ZERO* must be - * naturally aligned. They may be implemented using MMX, - * so emms_c() must be called before using any float code - * afterwards. + * naturally aligned. */ #define AV_COPY(n, d, s) \ |