Browse Source

Add pixel aspect ratio to AVFilterPicRef structure

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
tags/v0.5
Vitor Sessak 17 years ago
parent
commit
2621f4a36b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavfilter/avfilter.h

+ 2
- 0
libavfilter/avfilter.h View File

@@ -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


Loading…
Cancel
Save