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

michael subversion
Thu Sep 23 13:12:03 CEST 2010


Author: michael
Date: Thu Sep 23 13:12:03 2010
New Revision: 25162

Log:
Correct terminology bug in poll_frame()
it returns the number of samples not frames (for video sample=frame)

Modified:
   trunk/libavfilter/avfilter.h

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	Thu Sep 23 11:55:31 2010	(r25161)
+++ trunk/libavfilter/avfilter.h	Thu Sep 23 13:12:03 2010	(r25162)
@@ -391,7 +391,7 @@ struct AVFilterPad {
 
     /**
      * Frame poll callback. This returns the number of immediately available
-     * frames. It should return a positive value if the next request_frame()
+     * samples. It should return a positive value if the next request_frame()
      * is guaranteed to return one frame (with no delay).
      *
      * Defaults to just calling the source poll_frame() method.



More information about the ffmpeg-cvslog mailing list