|
|
|
@@ -78,7 +78,8 @@ typedef struct AVFilterPicRef |
|
|
|
#define AV_PERM_READ 0x01 ///< can read from the buffer |
|
|
|
#define AV_PERM_WRITE 0x02 ///< can write to the buffer |
|
|
|
#define AV_PERM_PRESERVE 0x04 ///< nobody else can overwrite the buffer |
|
|
|
#define AV_PERM_REUSE 0x08 ///< can output the buffer multiple times |
|
|
|
#define AV_PERM_REUSE 0x08 ///< can output the buffer multiple times, with the same contents each time |
|
|
|
#define AV_PERM_REUSE2 0x10 ///< can output the buffer multiple times, modified each time |
|
|
|
} AVFilterPicRef; |
|
|
|
|
|
|
|
/** |
|
|
|
|