mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-11-01 04:53:04 +08:00 
			
		
		
		
	cmdutils: fix "oswr may be used uninitialized" warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -418,7 +418,7 @@ void parse_loglevel(int argc, char **argv, const OptionDef *options) | ||||
| #define FLAGS(o) ((o)->type == AV_OPT_TYPE_FLAGS) ? AV_DICT_APPEND : 0 | ||||
| int opt_default(const char *opt, const char *arg) | ||||
| { | ||||
|     const AVOption *oc, *of, *os, *oswr; | ||||
|     const AVOption *oc, *of, *os, *oswr = NULL; | ||||
|     char opt_stripped[128]; | ||||
|     const char *p; | ||||
|     const AVClass *cc = avcodec_get_class(), *fc = avformat_get_class(), *sc, *swr_class; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Niedermayer
					Michael Niedermayer