diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-03 00:09:03 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-03 00:12:53 +0100 |
commit | 3fd4fe0e031d34b6204b4ab3318a8e2eb8b4cdec (patch) | |
tree | 3a830db0c8ad8d1e84d668e9e413b85639c51e35 /libavcodec/thread.h | |
parent | a24c4758d56836e1ecf838fddd62e8f25361fbad (diff) | |
download | ffmpeg-3fd4fe0e031d34b6204b4ab3318a8e2eb8b4cdec.tar.gz |
swscale_mmx: Fix cast qualifier warnings:
libswscale/x86/swscale_mmx.c:131:36: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]
libswscale/x86/swscale_mmx.c:132:37: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]
libswscale/x86/swscale_mmx.c:133:74: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/thread.h')
0 files changed, 0 insertions, 0 deletions