]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, excep...
authormichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 22 Feb 2004 00:31:19 +0000 (00:31 +0000)
committermichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 22 Feb 2004 00:31:19 +0000 (00:31 +0000)
commit745ddef1b87361e296f7d94d67f8694ba4ab87a7
tree3e2c8ababaa508115818e30e2c2a965545302a8b
parent1ca869654e4c46998b6ec0986af4da50ea788f9e
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2806 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
cmdutils.c
libavcodec/common.h
libavcodec/rv10.c
libavcodec/smc.c
libavcodec/truemotion1.c
libavcodec/utils.c
libavcodec/vmdav.c
libavformat/framehook.c