You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Remove superfluous const.
Originally committed as revision 19284 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -215,7 +215,7 @@ int opt_default(const char *opt, const char *arg){ | ||||
|  | ||||
| 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   }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user