mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
use units of 1/AV_TIME_BASE for pts rather than milliseconds
Commited in SoC by Bobby Bingham on 2007-08-18 01:42:42 Originally committed as revision 12102 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fc815c5623
commit
056f0431f3
@ -72,7 +72,7 @@ typedef struct AVFilterPicRef
|
||||
int w; ///< image width
|
||||
int h; ///< image height
|
||||
|
||||
int64_t pts; ///< presentation timestamp in milliseconds
|
||||
int64_t pts; ///< presentation timestamp in units of 1/AV_TIME_BASE
|
||||
|
||||
int perms; ///< permissions
|
||||
#define AV_PERM_READ 0x01 ///< can read from the buffer
|
||||
|
Loading…
Reference in New Issue
Block a user