Fix zero-length gnu_printf format string warning.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Clément Bœsch
2011-06-15 11:24:00 +02:00
committed by Michael Niedermayer
parent 5f654897e3
commit 4a34e54b0e
3 changed files with 3 additions and 3 deletions

View File

@ -444,7 +444,7 @@ static int configure_video_filters(AVInputStream *ist, AVOutputStream *ost)
static void term_exit(void)
{
av_log(NULL, AV_LOG_QUIET, "");
av_log(NULL, AV_LOG_QUIET, "%s", "");
#if HAVE_TERMIOS_H
if(!run_as_daemon)
tcsetattr (0, TCSANOW, &oldtty);