Commit 97d3bbd4 authored by vitor's avatar vitor

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12102 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 94d255a6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment