Commit 5d02119d authored by vitor's avatar vitor

Add pixel aspect ratio to AVFilterPicRef structure

Commited in SoC by Bobby Bingham on 2007-08-20 14:33:24


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12104 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e64c6e17
......@@ -74,6 +74,8 @@ typedef struct AVFilterPicRef
int64_t pts; ///< presentation timestamp in units of 1/AV_TIME_BASE
AVRational pixel_aspect; ///< pixel aspect ratio
int perms; ///< permissions
#define AV_PERM_READ 0x01 ///< can read from the buffer
#define AV_PERM_WRITE 0x02 ///< can write to 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