[SCM] libav/experimental: Correct terminology bug in poll_frame() it returns the number of samples not frames (for video sample=frame)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:16:03 UTC 2013


The following commit has been merged in the experimental branch:
commit 177477f57a6591f7ea772c4226532e1a83f7ad73
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Sep 23 11:12:03 2010 +0000

    Correct terminology bug in poll_frame()
    it returns the number of samples not frames (for video sample=frame)
    
    Originally committed as revision 25162 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 7fbcbf2..3d9f83f 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -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.

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list