[FFmpeg-cvslog] r12104 - trunk/libavfilter/avfilter.h

vitor subversion
Fri Feb 15 23:14:17 CET 2008


Author: vitor
Date: Fri Feb 15 23:14:17 2008
New Revision: 12104

Log:
Add pixel aspect ratio to AVFilterPicRef structure

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


Modified:
   trunk/libavfilter/avfilter.h

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	(original)
+++ trunk/libavfilter/avfilter.h	Fri Feb 15 23:14:17 2008
@@ -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




More information about the ffmpeg-cvslog mailing list