]> git.sesse.net Git - ffmpeg/commit
Remove const qualifier from function argument to eliminate the warning
authorDiego Biurrun <diego@biurrun.de>
Sun, 8 Feb 2009 03:44:54 +0000 (03:44 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 8 Feb 2009 03:44:54 +0000 (03:44 +0000)
commit6bab47995503d1a0320e26d797567ecd28bffad3
tree05d4229c14f1203833a2d51a8431b1a5a3c2cc14
parentd526105f084458ed11c9a2f79b61ad9e2bb2c0a8
Remove const qualifier from function argument to eliminate the warning
swfenc.c:452: warning: passing argument 2 of #av_fifo_generic_write# discards qualifiers from pointer target type

Originally committed as revision 17036 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/swfenc.c