mirror of
				https://git.ffmpeg.org/ffmpeg.git
				synced 2025-10-31 15:50:55 +00:00 
			
		
		
		
	add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIRED
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
This commit is contained in:
		
							parent
							
								
									44adbebe17
								
							
						
					
					
						commit
						12c14cd4a8
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		|  | @ -472,6 +472,8 @@ typedef struct AVIndexEntry { | |||
|  * even when user did not explicitly ask for subtitles. | ||||
|  */ | ||||
| #define AV_DISPOSITION_FORCED    0x0040 | ||||
| #define AV_DISPOSITION_HEARING_IMPAIRED  0x0080  /**< stream for hearing impaired audiences */ | ||||
| #define AV_DISPOSITION_VISUAL_IMPAIRED   0x0100  /**< stream for visual impaired audiences */ | ||||
| 
 | ||||
| /**
 | ||||
|  * Stream structure. | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ | |||
| #include "libavutil/avutil.h" | ||||
| 
 | ||||
| #define LIBAVFORMAT_VERSION_MAJOR 52 | ||||
| #define LIBAVFORMAT_VERSION_MINOR 98 | ||||
| #define LIBAVFORMAT_VERSION_MINOR 99 | ||||
| #define LIBAVFORMAT_VERSION_MICRO  0 | ||||
| 
 | ||||
| #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Peter Ross
						Peter Ross