[FFmpeg-cvslog] r19284 - trunk/cmdutils.c
cehoyos
subversion
Sat Jun 27 12:26:27 CEST 2009
Author: cehoyos
Date: Sat Jun 27 12:26:27 2009
New Revision: 19284
Log:
Remove superfluous const.
Modified:
trunk/cmdutils.c
Modified: trunk/cmdutils.c
==============================================================================
--- trunk/cmdutils.c Sat Jun 27 10:39:56 2009 (r19283)
+++ trunk/cmdutils.c Sat Jun 27 12:26:27 2009 (r19284)
@@ -215,7 +215,7 @@ int opt_default(const char *opt, const c
int opt_loglevel(const char *opt, const char *arg)
{
- const struct { const char *name; int level; } const log_levels[] = {
+ const struct { const char *name; int level; } log_levels[] = {
{ "quiet" , AV_LOG_QUIET },
{ "panic" , AV_LOG_PANIC },
{ "fatal" , AV_LOG_FATAL },
More information about the ffmpeg-cvslog
mailing list