You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avconv: deprecate -isync.
This option does not do anything. Also remove OPT_GRAB, since -isync is the last option using it.
This commit is contained in:
		| @@ -130,7 +130,6 @@ typedef struct { | ||||
| #define OPT_STRING 0x0008 | ||||
| #define OPT_VIDEO  0x0010 | ||||
| #define OPT_AUDIO  0x0020 | ||||
| #define OPT_GRAB   0x0040 | ||||
| #define OPT_INT    0x0080 | ||||
| #define OPT_FLOAT  0x0100 | ||||
| #define OPT_SUBTITLE 0x0200 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user