You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/volume: drop useless trailing comma
This commit is contained in:
		| @@ -83,7 +83,7 @@ static const AVOption volume_options[] = { | ||||
|             OFFSET(replaygain_preamp), AV_OPT_TYPE_DOUBLE, { .dbl = 0.0 }, -15.0, 15.0, A|F }, | ||||
|     { "replaygain_noclip", "Apply replaygain clipping prevention", | ||||
|             OFFSET(replaygain_noclip), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, A|F }, | ||||
|     { NULL }, | ||||
|     { NULL } | ||||
| }; | ||||
|  | ||||
| AVFILTER_DEFINE_CLASS(volume); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user