[FFmpeg-user] compiler-warnings

Reindl Harald h.reindl at thelounge.net
Sat Mar 19 04:28:59 CET 2011


hi

ffmpeg works really great from the snapshots
but wouldn't it be a good idea to get away some
compiler-warnings, se filtered output below
__________________________________

FFmpeg version git-N-28517-g19d82cb, Copyright (c) 2000-2011 the FFmpeg developers
  built on Mar 19 2011 04:20:38 with gcc 4.5.1 20100924 (Red Hat 4.5.1-4)
  configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg
--libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --extra-cflags='-O6 -march=core2 -mtune=core2 -mmmx
-msse2 -msse3 -msse4 -fopenmp -mfpmath=sse -fno-delete-null-pointer-checks -fstack-protector -pipe
-D_FORTIFY_SOURCE=2' --enable-nonfree --enable-gpl --enable-version3 --enable-libopencore-amrnb
--enable-libopencore-amrwb --enable-version3 --enable-libdc1394 --enable-libdirac --enable-libfaac --enable-libgsm
--enable-libmp3lame --enable-libopenjpeg --enable-libschroedinger --enable-libspeex --enable-libtheora
--enable-libvorbis --enable-libx264 --enable-libxvid --enable-libvpx --enable-librtmp --enable-vdpau
--enable-x11grab --enable-avfilter --enable-postproc --enable-swscale --enable-bzlib --enable-zlib
--enable-pthreads --enable-fastdiv --enable-pic --enable-libopencv --enable-bsf=aac_adtstoasc --enable-bsf=chomp
--enable-bsf=dump_extradata --enable-bsf=h264_mp4toannexb --enable-bsf=imx_dump_header --enable-bsf=mjpeg2jpeg
--enable-bsf=mjpega_dump_header --enable-bsf=mov2textsub --enable-bsf=mp3_header_compress
--enable-bsf=mp3_header_decompress --enable-bsf=noise --enable-bsf=remove_extradata --enable-bsf=text2movsub
--enable-filter=anull --enable-filter=anullsink --enable-filter=anullsrc --enable-filter=blackframe
--enable-filter=buffer --enable-filter=color --enable-filter=copy --enable-filter=crop --enable-filter=cropdetect
--enable-filter=drawbox --enable-filter=fifo --enable-filter=format --enable-filter=gradfun --enable-filter=hflip
--enable-filter=hqdn3d --enable-filter=movie --enable-filter=noformat --enable-filter=null --enable-filter=nullsink
--enable-filter=nullsrc --enable-filter=overlay --enable-filter=pad --enable-filter=pixdesctest
--enable-filter=scale --enable-filter=setdar --enable-filter=setpts --enable-filter=setsar --enable-filter=settb
--enable-filter=slicify --enable-filter=transpose --enable-filter=unsharp --enable-filter=vflip
--enable-filter=yadif --enable-shared --disable-static --disable-debug --disable-stripping --shlibdir=/usr/lib64
--cpu=core2 --enable-runtime-cpudetect
  libavutil    50. 40. 0 / 50. 40. 0
  libavcodec   52.114. 0 / 52.114. 0
  libavformat  52.103. 0 / 52.103. 0
  libavdevice  52.  3. 0 / 52.  3. 0
  libavfilter   1. 76. 0 /  1. 76. 0
  libswscale    0. 12. 0 /  0. 12. 0
  libpostproc  51.  2. 0 / 51.  2. 0
Hyper fast Audio and Video encoder
__________________________________

/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavdevice/x11grab.c:101:25: warning: assignment makes integer from
pointer without a cast
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/asfdec.c:365:13: warning: 'AVPaletteControl' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/avcodec.h:3120)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avio.c:268:5: warning: passing argument 2 of
'retry_transfer_wrapper' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avio.c:268:5: warning: passing argument 5 of
'retry_transfer_wrapper' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avidec.c:592:25: warning: 'AVPaletteControl' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/avcodec.h:3120)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/aviobuf.c:819:23: warning: passing argument 6 of
'ffio_init_context' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/aviobuf.c:819:23: warning: passing argument 7 of
'ffio_init_context' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/aviobuf.c:819:23: warning: passing argument 8 of
'ffio_init_context' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/cafdec.c:188:9: warning: 'get_strz' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avio.h:576)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/cafdec.c:189:9: warning: 'get_strz' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avio.h:576)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/ffmdec.c:328:13: warning: 'get_strz' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avio.h:576)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/ffmetadec.c:64:5: warning: format '%lld' expects type
'long long int *', but argument 3 has type 'int64_t *'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/ffmetadec.c:71:5: warning: format '%lld' expects type
'long long int *', but argument 3 has type 'int64_t *'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/id3v1.c:230:5: warning: 'url_ftell' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avio.h:428)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/idcin.c:90:5: warning: 'AVPaletteControl' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/avcodec.h:3120)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/ipmovie.c:119:5: warning: 'AVPaletteControl' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/avcodec.h:3120)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata.c:72:36: warning: assignment discards
qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata.c:76:37: warning: assignment discards
qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:35:5: warning: 'title' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:705)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:35:5: warning: 'title' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:705)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:36:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:36:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:37:5: warning: 'copyright' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:707)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:37:5: warning: 'copyright' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:707)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:38:5: warning: 'comment' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:708)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:38:5: warning: 'comment' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:708)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:39:5: warning: 'album' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:709)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:39:5: warning: 'album' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:709)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:40:5: warning: 'year' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:710)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:40:5: warning: 'year' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:710)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:41:5: warning: 'track' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:711)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:41:5: warning: 'track' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:711)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:42:5: warning: 'genre' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:712)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:42:5: warning: 'genre' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:712)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:44:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:44:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:45:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:45:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:46:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:46:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:47:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:47:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:48:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:48:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:49:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:49:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:50:5: warning: 'comment' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:708)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:50:5: warning: 'comment' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:708)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:51:5: warning: 'album' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:709)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:51:5: warning: 'album' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:709)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:52:5: warning: 'year' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:710)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:52:5: warning: 'year' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:710)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:53:5: warning: 'year' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:710)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:53:5: warning: 'year' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:710)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:54:5: warning: 'year' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:710)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:54:5: warning: 'year' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:710)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:55:5: warning: 'track' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:711)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:55:5: warning: 'track' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:711)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:56:5: warning: 'track' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:711)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:56:5: warning: 'track' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:711)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:80:21: warning: 'title' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:672)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:81:21: warning: 'title' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:672)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:88:21: warning: 'name' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:655)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:89:21: warning: 'name' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:655)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:92:21: warning: 'provider_name' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:654)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:93:21: warning: 'provider_name' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:654)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:101:21: warning: 'language' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:550)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:103:21: warning: 'filename' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:573)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:104:21: warning: 'filename' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:573)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:128:5: warning: 'title' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:705)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:128:5: warning: 'title' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:705)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:128:5: warning: 'title' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:705)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:129:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:129:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:129:5: warning: 'author' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:706)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:130:5: warning: 'copyright' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:707)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:130:5: warning: 'copyright' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:707)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:130:5: warning: 'copyright' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:707)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:131:5: warning: 'comment' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:708)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:131:5: warning: 'comment' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:708)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:131:5: warning: 'comment' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:708)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:132:5: warning: 'album' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:709)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:132:5: warning: 'album' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:709)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:132:5: warning: 'album' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:709)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:133:5: warning: 'year' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:710)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:133:5: warning: 'year' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:710)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:134:5: warning: 'track' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:711)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:134:5: warning: 'track' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:711)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:135:5: warning: 'genre' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:712)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:135:5: warning: 'genre' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:712)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:135:5: warning: 'genre' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:712)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:137:9: warning: 'title' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:672)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:137:9: warning: 'title' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:672)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:137:9: warning: 'title' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:672)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:139:9: warning: 'name' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:655)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:139:9: warning: 'name' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:655)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:139:9: warning: 'name' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:655)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:140:9: warning: 'provider_name' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:654)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:140:9: warning: 'provider_name' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:654)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:140:9: warning: 'provider_name' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:654)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:143:9: warning: 'language' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:550)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:143:9: warning: 'language' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:550)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:143:9: warning: 'language' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:550)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:144:9: warning: 'filename' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:573)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:144:9: warning: 'filename' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:573)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/metadata_compat.c:144:9: warning: 'filename' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:573)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/matroskadec.c:798:14: warning: 'length' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/mov.c:2334:13: warning: 'get_strz' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avio.h:576)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/mpegts.c:859:5: warning: passing argument 2 of
'ffio_init_context' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/mpegenc.c:926:9: warning: passing argument 4 of
'av_fifo_generic_read' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/mxg.c:102:18: warning: 'soi_pos' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/nutdec.c:283:13: warning: passing argument 2 of
'avio_read' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/options.c:54:1: warning: 'track' is deprecated (declared
at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:711)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/options.c:55:1: warning: 'year' is deprecated (declared
at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:710)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/rdt.c:304:9: warning: passing argument 2 of
'ffio_init_context' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/rmdec.c:823:15: warning: 'st' may be used uninitialized
in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/rtpdec_asf.c:180:9: warning: passing argument 2 of
'ffio_init_context' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/rtpdec_qt.c:73:5: warning: passing argument 2 of
'ffio_init_context' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/rtsp.c:590:5: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/rtsp.c:594:9: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/rtsp.c:679:21: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/rtsp.c:1057:9: warning: 'rtx' may be used uninitialized
in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/swfenc.c:424:9: warning: passing argument 4 of
'av_fifo_generic_read' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/udp.c:336:13: warning: passing argument 2 of 'strtol'
from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:130:5: warning: 'first_iformat' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:120)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:136:5: warning: 'first_oformat' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:125)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:142:5: warning: 'first_iformat' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:120)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:151:5: warning: 'first_oformat' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:125)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:300:5: warning: 'av_destruct_packet_nofree' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/avcodec.h:3191)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:1734:5: warning: 'read_seek' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:391)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:1735:9: warning: 'read_seek' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:391)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:1767:5: warning: 'read_seek' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:391)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:1768:9: warning: 'read_seek' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:391)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:1797:5: warning: 'read_seek' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:391)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:2596:9: warning: 'filename' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:573)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:2604:9: warning: 'provider_name' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:654)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:2605:9: warning: 'name' is deprecated (declared
at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:655)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:2615:9: warning: 'title' is deprecated (declared
at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:672)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:2734:5: warning: 'title' is deprecated (declared
at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:672)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:2997:9: warning: 'url_ferror' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avio.h:443)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:3121:9: warning: 'url_ferror' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avio.h:443)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:3122:13: warning: 'url_ferror' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avio.h:443)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:3144:9: warning: 'url_ferror' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avio.h:443)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/utils.c:3152:8: warning: 'url_ferror' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avio.h:443)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aac_adtstoasc_bsf.c:51:5: warning: cast discards
qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aac_adtstoasc_bsf.c:104:5: warning: cast discards
qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aaccoder.c:945:25: warning: 'b' may be used uninitialized
in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacpsy.c:303:24: warning: 'psy_3gpp_window' defined but
not used
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacdec.c:2177:9: warning: new qualifiers in middle of
multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacps.c:369:9: warning: passing argument 3 of
'hybrid4_8_12_cx' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacps.c:370:9: warning: passing argument 3 of
'hybrid4_8_12_cx' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacps.c:371:9: warning: passing argument 3 of
'hybrid4_8_12_cx' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacps.c:372:9: warning: passing argument 3 of
'hybrid4_8_12_cx' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacps.c:373:9: warning: passing argument 3 of
'hybrid4_8_12_cx' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacps.c:381:9: warning: passing argument 3 of
'hybrid6_cx' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacps.c:813:34: warning: initialization from incompatible
pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacps.c:986:5: warning: passing argument 3 of
'decorrelation' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacsbr.c:1722:9: warning: passing argument 4 of
'sbr_lf_gen' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacsbr.c:1724:13: warning: passing argument 3 of
'sbr_hf_inverse_filter' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacsbr.c:1728:24: warning: passing argument 4 of
'sbr_hf_gen' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacsbr.c:1728:24: warning: passing argument 5 of
'sbr_hf_gen' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacsbr.c:1728:24: warning: passing argument 6 of
'sbr_hf_gen' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacsbr.c:1735:29: warning: passing argument 2 of
'sbr_hf_assemble' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacsbr.c:1739:9: warning: passing argument 3 of
'sbr_x_gen' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/aacsbr.c:1739:9: warning: passing argument 4 of
'sbr_x_gen' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/avpacket.c:94:5: warning: 'av_destruct_packet_nofree' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/avpacket.c:26)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/avs.c:59:19: warning: 'change_map.buffer' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/binkaudio.c:233:5: warning: new qualifiers in middle of
multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/bitstream_filter.c:62:5: warning: cast discards
qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/bmp.c:51:14: warning: 'rgb[0]' may be used uninitialized
in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/bmp.c:51:14: warning: 'rgb[1]' may be used uninitialized
in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/bmp.c:51:14: warning: 'rgb[2]' may be used uninitialized
in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/bink.c:851:17: warning: passing argument 4 of
'read_dct_coeffs' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/bink.c:884:17: warning: passing argument 4 of
'read_dct_coeffs' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/chomp_bsf.c:34:5: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/dnxhdenc.c:874:5: warning: initialization discards
qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/dvdsubdec.c:169:13: warning: 'colormap[3]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/dvdsubdec.c:169:13: warning: 'colormap[2]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/dvdsubdec.c:169:13: warning: 'colormap[1]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/dvdsubdec.c:169:13: warning: 'colormap[0]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/dv.c:1109:12: warning: assignment discards qualifiers
from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/flac_parser.c:572:13: warning: cast discards qualifiers
from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/flashsv.c:201:36: warning: assignment discards qualifiers
from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/h264_direct.c:263:11: warning: assignment from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/h264_direct.c:264:11: warning: assignment from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/h264_direct.c:443:11: warning: assignment from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/h264_direct.c:444:11: warning: assignment from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/h264.c:1910:35: warning: new qualifiers in middle of
multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/h264.c:2336:38: warning: initialization from incompatible
pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/h264.c:2413:38: warning: initialization from incompatible
pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/h264.c:2428:42: warning: initialization from incompatible
pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/h264.c:2731:31: warning: array subscript is below array
bounds
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/h264_mp4toannexb_bsf.c:69:9: warning: cast discards
qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/idcinvideo.c:216:5: warning: 'AVPaletteControl' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/avcodec.h:3120)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/imgconvert.c:714:19: warning: passing argument 3 of
'av_image_copy' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/imgconvert.c:722:19: warning: passing argument 3 of
'av_image_copy' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/interplayvideo.c:1049:5: warning: 'AVPaletteControl' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/avcodec.h:3120)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_common.c:333:32: warning: 'mc_type' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_common.c:333:41: warning: 'mv_x' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_common.c:333:47: warning: 'mv_y' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_common.c:336:19: warning: 'sym' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_dsp.c:40:13: warning: 'b0_1' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_dsp.c:40:19: warning: 'b0_2' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_dsp.c:40:25: warning: 'b1_1' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_dsp.c:40:31: warning: 'b1_2' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_dsp.c:40:37: warning: 'b1_3' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_dsp.c:40:49: warning: 'b2_2' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_dsp.c:40:55: warning: 'b2_3' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_dsp.c:40:67: warning: 'b2_5' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_dsp.c:40:73: warning: 'b2_6' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_dsp.c:41:19: warning: 'b3_2' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_dsp.c:41:25: warning: 'b3_3' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_dsp.c:41:37: warning: 'b3_5' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_dsp.c:41:43: warning: 'b3_6' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_dsp.c:41:55: warning: 'b3_8' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ivi_dsp.c:41:61: warning: 'b3_9' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/lcldec.c:136:24: warning: assignment discards qualifiers
from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/lcldec.c:165:5: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/libgsm.c:148:9: warning: passing argument 2 of
'gsm_decode' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/libgsm.c:152:9: warning: passing argument 2 of
'gsm_decode' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/libgsm.c:153:12: warning: passing argument 2 of
'gsm_decode' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/libopenjpeg.c:100:5: warning: passing argument 2 of
'opj_cio_open' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/libspeexdec.c:108:5: warning: passing argument 2 of
'speex_bits_read_from' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/libvorbis.c:257:5: warning: initialization discards
qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/libxvid_rc.c:61:14: warning: ignoring return value of
'write', declared with attribute warn_unused_result
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/libxvidff.c:754:25: warning: initialization discards
qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/mp3_header_compress_bsf.c:41:9: warning: cast discards
qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/mp3_header_decompress_bsf.c:36:9: warning: cast discards
qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/motion_est.c:752:9: warning: 'P[2][0]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/motion_est.c:752:9: warning: 'P[2][1]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/motion_est.c:752:9: warning: 'P[3][0]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/motion_est.c:752:9: warning: 'P[3][1]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/motion_est.c:752:9: warning: 'P[4][0]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/motion_est.c:752:9: warning: 'P[4][1]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/motion_est.c:602:9: warning: 'P[2][0]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/motion_est.c:602:9: warning: 'P[2][1]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/motion_est.c:602:9: warning: 'P[3][0]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/motion_est.c:602:9: warning: 'P[3][1]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/motion_est.c:602:9: warning: 'P[4][0]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/motion_est.c:602:9: warning: 'P[4][1]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/mpeg4videodec.c:841:9: warning: 'dc_pred_dir' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/nuv.c:75:5: warning: passing argument 2 of
'avpicture_fill' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/mpegvideo_enc.c:2379:38: warning: 'dc[0]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/mpegvideo_enc.c:2379:38: warning: 'dc[1]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/mpegvideo_enc.c:2379:38: warning: 'dc[2]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/mpegvideo_enc.c:2379:38: warning: 'dc[3]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/mpegvideo_enc.c:2379:38: warning: 'dc[4]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/mpegvideo_enc.c:2379:38: warning: 'dc[5]' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/parser.c:184:5: warning: new qualifiers in middle of
multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/parser.c:220:5: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pcm.c:105:9: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pcm.c:108:9: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pcm.c:111:9: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pcm.c:114:9: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pcm.c:117:9: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pcm.c:120:9: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pcm.c:132:9: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pcm.c:135:9: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pcm.c:161:9: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pcm.c:165:9: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pcm.c:168:9: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pngenc.c:217:5: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pnm_parser.c:44:9: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pnm_parser.c:45:9: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pnmdec.c:41:19: warning: assignment discards qualifiers
from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pnmdec.c:42:23: warning: assignment discards qualifiers
from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/pngdec.c:366:24: warning: assignment discards qualifiers
from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/rangecoder.c:54:5: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/rangecoder.c:56:5: warning: passing argument 1 of
'bytestream_get_be16' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/ra144enc.c:243:11: warning: 'g' may be used uninitialized
in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/rawdec.c:155:5: warning: passing argument 2 of
'avpicture_fill' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/rawdec.c:159:23: warning: assignment from incompatible
pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/remove_extradata_bsf.c:45:5: warning: cast discards
qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/svq1dec.c:666:5: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/svq1enc.c:98:9: warning: passing argument 1 of
'ff_match_2uint16' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/svq3.c:731:23: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/svq3.c:734:13: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/tiff.c:87:21: warning: assignment discards qualifiers
from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/tscc.c:97:24: warning: assignment discards qualifiers
from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/v210dec.c:79:18: warning: 'val' may be used uninitialized
in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/v210enc.c:78:18: warning: 'val' may be used uninitialized
in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/utils.c:598:9: warning: passing argument 4 of
'avctx->codec->encode' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/utils.c:615:9: warning: passing argument 4 of
'avctx->codec->encode' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/utils.c:634:5: warning: passing argument 4 of
'avctx->codec->encode' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/utils.c:679:16: warning: assignment discards qualifiers
from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/utils.c:732:16: warning: assignment discards qualifiers
from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/utils.c:775:16: warning: assignment discards qualifiers
from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/vaapi.c:109:24: warning: cast discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/vc1dsp.c:716:39: warning: assignment from incompatible
pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/vc1dsp.c:733:39: warning: assignment from incompatible
pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/vorbis_dec.c:543:24: warning: format '%d' expects type
'int', but argument 4 has type 'uint_fast32_t'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/vorbis_dec.c:543:24: warning: format '%d' expects type
'int', but argument 5 has type 'uint_fast32_t'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/x86/fft_mmx.asm:47: warning: section flags ignored on
section redeclaration
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/x86/mlpdsp.c:44:36: warning: taking address of expression
of type 'void'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/x86/mlpdsp.c:44:56: warning: taking address of expression
of type 'void'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/x86/mlpdsp.c:45:36: warning: taking address of expression
of type 'void'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/x86/mlpdsp.c:45:56: warning: taking address of expression
of type 'void'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/x86/mlpdsp.c:46:36: warning: taking address of expression
of type 'void'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/x86/mlpdsp.c:46:56: warning: taking address of expression
of type 'void'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/x86/mlpdsp.c:47:36: warning: taking address of expression
of type 'void'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/x86/mlpdsp.c:47:56: warning: taking address of expression
of type 'void'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/x86/mlpdsp.c:48:36: warning: taking address of expression
of type 'void'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/x86/mlpdsp.c:49:36: warning: taking address of expression
of type 'void'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/x86/mlpdsp.c:49:56: warning: taking address of expression
of type 'void'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/x86/mlpdsp.c:50:36: warning: taking address of expression
of type 'void'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/x86/mlpdsp.c:50:56: warning: taking address of expression
of type 'void'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/x86/mlpdsp.c:51:36: warning: taking address of expression
of type 'void'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavcodec/zmbv.c:494:28: warning: assignment discards qualifiers
from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavutil/aes.c:160:9: warning: passing argument 1 of 'init_multbl2'
from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavutil/aes.c:161:9: warning: passing argument 1 of 'init_multbl2'
from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavutil/avstring.c:54:9: warning: return discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavutil/avstring.c:58:13: warning: return discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavutil/file.c:79:9: warning: cast from pointer to integer of
different size
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavutil/lls.c:87:20: warning: array subscript is below array bounds
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavutil/parseutils.c:109:11: warning: assignment discards
qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavutil/parseutils.c:566:13: warning: cast discards qualifiers
from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/avfilter.c:218:14: warning: 'ff_get_ref_perms_string'
defined but not used
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_divtc.c:158:27: warning: cast from
pointer to integer of different size
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_divtc.c:601:19: warning: initialization
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_detc.c:389:9: warning: initialization
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_detc.c:390:9: warning: initialization
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_eq.c:38:1: warning: useless storage class
specifier in empty declaration
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_geq.c:119:17: warning: 'av_eval_expr' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavutil/eval.h:118)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_geq.c:179:9: warning: 'av_parse_expr' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavutil/eval.h:109)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_gradfun.c:191:5: warning: "HAVE_SSE2" is
not defined
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_gradfun.c:388:5: warning: "HAVE_SSE2" is
not defined
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_pp7.c:289:21: warning: initialization
from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_pp7.c:290:20: warning: initialization
from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_qp.c:72:13: warning:
'av_parse_and_eval_expr' is deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavutil/eval.h:99)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_sab.c:104:5: warning: 'sws_getContext' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale.h:191)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_sab.c:142:9: warning: 'sw' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_sab.c:142:13: warning: 'sh' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_screenshot.c:137:5: warning: passing
argument 2 of 'sws_scale' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_screenshot.c:160:9: warning: passing
argument 2 of 'sws_scale' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_screenshot.c:101:15: warning: ignoring
return value of 'fwrite', declared with attribute warn_unused_result
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_smartblur.c:89:5: warning:
'sws_getContext' is deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale.h:191)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_smartblur.c:186:21: warning:
initialization from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_smartblur.c:101:9: warning: 'sw' may be
used uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_smartblur.c:101:13: warning: 'sh' may be
used uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_tile.c:289:14: warning: assignment
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_unsharp.c:140:12: warning: assignment
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/vf_unsharp.c:149:12: warning: assignment
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/vf_libopencv.c:255:11: warning: 'kernel_str' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:42:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:54:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:79:17: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/libmpcodecs/libvo/fastmemcpy.h:91:13: warning: cast
discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/vf_mp.c:351:9: warning: 'sws_getContext' is deprecated
(declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale.h:191)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/vf_mp.c:467:19: warning: initialization from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/vf_mp.c:639:36: warning: assignment from incompatible
pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/vf_mp.c:785:5: warning: passing argument 2 of
'm->vf.info->vf_open' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/vf_mp.c:870:19: warning: unused variable 'outlink'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/vf_pixdesctest.c:98:32: warning: passing argument 2 of
'av_read_image_line' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/vf_scale.c:138:5: warning: 'sws_getContext' is
deprecated (declared at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale.h:191)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/vsrc_buffer.c:130:19: warning: passing argument 3 of
'av_image_copy' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/vsrc_movie.c:157:12: warning: format '%lld' expects type
'long long int', but argument 4 has type 'int64_t'
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavfilter/vsrc_movie.c:242:31: warning: passing argument 3 of
'av_image_copy' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/utils.c:925:13: warning: passing argument 5 of
'initMMX2HScaler' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/utils.c:926:13: warning: passing argument 5 of
'initMMX2HScaler' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/yuv2rgb.c:658:39: warning: 'abase' may be used
uninitialized in this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffmpeg.c:438:5: warning: zero-length gnu_printf format string
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffmpeg.c:2899:9: warning: passing argument 1 of 'list_fmts' from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffmpeg.c:247:21: warning: 'sws_flags' defined but not used
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/cmdutils.c:67:5: warning: 'sws_getContext' is deprecated (declared
at /home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale.h:191)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/cmdutils.c:746:10: warning: ignoring return value of 'fread',
declared with attribute warn_unused_result
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2737:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2738:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2739:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2861:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2862:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2863:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:954:9: warning: initialization from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:954:9: warning: initialization from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:954:9: warning: initialization from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:954:9: warning: initialization from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2737:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2738:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2739:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2766:42: warning: cast from pointer to
integer of different size
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2772:46: warning: cast from pointer to
integer of different size
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2779:42: warning: cast from pointer to
integer of different size
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2861:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2862:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2863:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:954:9: warning: initialization from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:954:9: warning: initialization from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:954:9: warning: initialization from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:954:9: warning: initialization from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2261:26: warning: initialization from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2411:26: warning: initialization from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2737:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2738:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2739:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2766:42: warning: cast from pointer to
integer of different size
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2772:46: warning: cast from pointer to
integer of different size
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2779:42: warning: cast from pointer to
integer of different size
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2861:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2862:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2863:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:954:9: warning: initialization from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:954:9: warning: initialization from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:954:9: warning: initialization from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:954:9: warning: initialization from
incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2737:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2738:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2739:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2766:42: warning: cast from pointer to
integer of different size
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2772:46: warning: cast from pointer to
integer of different size
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2779:42: warning: cast from pointer to
integer of different size
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2861:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2862:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale_template.c:2863:13: warning: new qualifiers in
middle of multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale.c:1907:5: warning: passing argument 1 of
'check_image_pointers' from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale.c:1911:5: warning: passing argument 1 of
'check_image_pointers' discards qualifiers from pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale.c:1993:9: warning: new qualifiers in middle of
multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libswscale/swscale.c:2016:9: warning: new qualifiers in middle of
multi-level non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffplay.c:1314:5: warning: zero-length gnu_printf format string
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffplay.c:1700:23: warning: passing argument 3 of 'av_image_copy'
from incompatible pointer type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffplay.c:3027:5: warning: missing braces around initializer
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffplay.c:3027:5: warning: (near initialization for 'options[53].u')
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffplay.c:3139:19: warning: assignment discards qualifiers from
pointer target type
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffplay.c:1808:13: warning: 'pts_int' may be used uninitialized in
this function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffplay.c:1815:13: warning: 'pos' may be used uninitialized in this
function
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffserver.c:1463:5: warning: new qualifiers in middle of multi-level
non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffserver.c:1473:5: warning: new qualifiers in middle of multi-level
non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffserver.c:1476:5: warning: new qualifiers in middle of multi-level
non-const cast are unsafe
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffserver.c:2188:5: warning: 'read_seek' is deprecated (declared at
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/libavformat/avformat.h:391)
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffserver.c:4747:20: warning: ignoring return value of 'dup',
declared with attribute warn_unused_result
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffserver.c:4750:16: warning: ignoring return value of 'dup',
declared with attribute warn_unused_result
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffserver.c:4758:14: warning: ignoring return value of 'chdir',
declared with attribute warn_unused_result
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffserver.c:493:22: warning: ignoring return value of 'chdir',
declared with attribute warn_unused_result
/home/builduser/rpmbuild/BUILD/ffmpeg-20110319/ffserver.c:2595:18: warning: ignoring return value of 'ftruncate',
declared with attribute warn_unused_result


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20110319/52c1bebb/attachment.asc>


More information about the ffmpeg-user mailing list