Commit b96b3e29 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avutil/intreadwrite: Remove obsolete warning

Obsolete since 7ec2354c.
Reviewed-by: 's avatarMartin Storsjö <martin@martin.st>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 8d17ab60
......@@ -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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment