diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-03 00:11:51 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-03 00:12:56 +0100 |
commit | b552e3f6d8fc39913012fa707e185f3725abdbf7 (patch) | |
tree | 56343a02d09762126b22e975049c735742dfa553 /libavfilter/libmpcodecs/libvo | |
parent | 3fd4fe0e031d34b6204b4ab3318a8e2eb8b4cdec (diff) | |
download | ffmpeg-b552e3f6d8fc39913012fa707e185f3725abdbf7.tar.gz |
swscale: Fix all cast qualifier warnings:
libswscale/swscale.c:2744:40: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]
libswscale/swscale.c:2745:41: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]
libswscale/swscale.c:2746:41: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]
libswscale/swscale.c:2747:78: 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 'libavfilter/libmpcodecs/libvo')
0 files changed, 0 insertions, 0 deletions