[FFmpeg-devel] deprecated code and related warnings

Diego Biurrun diego
Thu Mar 19 01:58:15 CET 2009


There are a lot of functions which we have deprecated, but which are
still used internally.  Here is a list of them, sorted by maintainers
of the relevant files:

Michael:
libavformat/asfdec.c:364: warning: ?AVPaletteControl? is deprecated
libavformat/avidec.c:491: warning: ?AVPaletteControl? is deprecated
libavcodec/bitstream.c:129: warning: ?ff_realloc_static? is deprecated (declared at libavcodec/bitstream.c:53)
libavutil/random.h:55: warning: ?av_random_generate_untempered_numbers? is deprecated (declared at libavutil/random.h:39)
libavutil/random.h:73: warning: ?av_random? is deprecated (declared at libavutil/random.h:50)
libavutil/random.h:55: warning: ?av_random_generate_untempered_numbers? is deprecated (declared at libavutil/random.h:39)
libavutil/random.h:73: warning: ?av_random? is deprecated (declared at libavutil/random.h:50)


Mike:
libavformat/idcin.c:90: warning: ?AVPaletteControl? is deprecated
libavformat/ipmovie.c:120: warning: ?AVPaletteControl? is deprecated
libavformat/wc3movie.c:73: warning: ?AVPaletteControl? is deprecated
libavcodec/idcinvideo.c:215: warning: ?AVPaletteControl? is deprecated
libavcodec/interplayvideo.c:884: warning: ?AVPaletteControl? is deprecated
libavcodec/xan.c:411: warning: ?AVPaletteControl? is deprecated


Benjamin:
libavcodec/cook.c:544: warning: ?av_random? is deprecated (declared at ./libavutil/random.h:50)
libavcodec/cook.c:1069: warning: ?av_random_init? is deprecated (declared at ./libavutil/random.h:38)
libavcodec/nellymoserdec.c:110: warning: ?av_random? is deprecated (declared at ./libavutil/random.h:50)
libavcodec/nellymoserdec.c:131: warning: ?av_random_init? is deprecated (declared at ./libavutil/random.h:38)


Baptiste:
ffserver.c:506: warning: ?av_random? is deprecated (declared at libavutil/random.h:50)
ffserver.c:506: warning: ?av_random? is deprecated (declared at libavutil/random.h:50)
ffserver.c:1602: warning: ?av_random? is deprecated (declared at libavutil/random.h:50)
ffserver.c:2870: warning: ?av_random? is deprecated (declared at libavutil/random.h:50)
ffserver.c:2870: warning: ?av_random? is deprecated (declared at libavutil/random.h:50)
ffserver.c:4491: warning: ?av_random_init? is deprecated (declared at libavutil/random.h:38)


Diego




More information about the ffmpeg-devel mailing list