Changeset b552e3f6 in ffmpeg

Timestamp:
Dec 2, 2011, 11:12:56 PM (13 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
208bcc6b
Parents:
3fd4fe0e
git-author:
Michael Niedermayer <michaelni@gmx.at> (12/02/11 23:11:51)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (12/02/11 23:12:56)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.