You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	packet: add description for the AVPacket.time_base field
This description documents the field. Thanks to elenril for suggesting the phrasing.
This commit is contained in:
		| @@ -410,6 +410,9 @@ typedef struct AVPacket { | |||||||
|  |  | ||||||
|     /** |     /** | ||||||
|      * Time base of the packet's timestamps. |      * Time base of the packet's timestamps. | ||||||
|  |      * In the future, this field may be set on packets output by encoders or | ||||||
|  |      * demuxers, but its value will be by default ignored on input to decoders | ||||||
|  |      * or muxers. | ||||||
|      */ |      */ | ||||||
|     AVRational time_base; |     AVRational time_base; | ||||||
| } AVPacket; | } AVPacket; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user