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

vitor subversion
Fri Feb 15 23:12:44 CET 2008


Author: vitor
Date: Fri Feb 15 23:12:43 2008
New Revision: 12081

Log:
Make avfilter_ref_pic also handle removal of permissions for the caller.

Commited in SoC by Bobby Bingham on 2007-07-08 16:14:49


Modified:
   trunk/libavfilter/avfilter.h

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	(original)
+++ trunk/libavfilter/avfilter.h	Fri Feb 15 23:12:43 2008
@@ -72,9 +72,10 @@ typedef struct AVFilterPicRef
 /**
  * Add a new reference to a picture.
  * @param ref An existing reference to the picture
+ * @param pmask A bitmask containing the allowable permissions in the new reference
  * @return A new reference to the picture with the same properties as the old
  */
-AVFilterPicRef *avfilter_ref_pic(AVFilterPicRef *ref);
+AVFilterPicRef *avfilter_ref_pic(AVFilterPicRef *ref, int pmask);
 
 /**
  * Remove a reference to a picture.  If this is the last reference to the




More information about the ffmpeg-cvslog mailing list