projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3ab2f7
)
Add pixel aspect ratio to AVFilterPicRef structure
author
Vitor Sessak
<vitor1001@gmail.com>
Fri, 15 Feb 2008 22:14:17 +0000
(22:14 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Fri, 15 Feb 2008 22:14:17 +0000
(22:14 +0000)
Commited in SoC by Bobby Bingham on 2007-08-20 14:33:24
Originally committed as revision 12104 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavfilter/avfilter.h
patch
|
blob
|
history
diff --git
a/libavfilter/avfilter.h
b/libavfilter/avfilter.h
index 27fb22b2289fdd9ab54734d4ab40ed519d0edab5..ad2d067f86283318ffa7deebd49e9b9a2ca9a3d5 100644
(file)
--- a/
libavfilter/avfilter.h
+++ b/
libavfilter/avfilter.h
@@
-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