You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	cmdutils: silence warning about incompatible pointer types
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
		| @@ -500,7 +500,7 @@ void parse_loglevel(int argc, char **argv, const OptionDef *options) | ||||
| static const AVOption *opt_find(void *obj, const char *name, const char *unit, | ||||
|                             int opt_flags, int search_flags) | ||||
| { | ||||
|     AVOption *o = av_opt_find(obj, name, unit, opt_flags, search_flags); | ||||
|     const AVOption *o = av_opt_find(obj, name, unit, opt_flags, search_flags); | ||||
|     if(o && !o->flags) | ||||
|         return NULL; | ||||
|     return o; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user