Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 27fb22b228..ad2d067f86 100644
--- 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