]> git.sesse.net Git - ffmpeg/commit
Replace some printf() with puts() in tableprint.c
authorMåns Rullgård <mans@mansr.com>
Tue, 9 Mar 2010 15:56:19 +0000 (15:56 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 9 Mar 2010 15:56:19 +0000 (15:56 +0000)
commit28e5130b5fac6991a21844639c83848675085356
tree6b5f8088305221b5960cf49bd5098cf007a16b2b
parenta736e0e5c2f287d9533b3856a1c7714ae50f349c
Replace some printf() with puts() in tableprint.c

This gets rid of a gcc warning about non-literal format strings.

Originally committed as revision 22402 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/tableprint.c