Commit 177477f5 authored by Michael Niedermayer's avatar Michael Niedermayer

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
parent c4795e80
...@@ -391,7 +391,7 @@ struct AVFilterPad { ...@@ -391,7 +391,7 @@ struct AVFilterPad {
/** /**
* Frame poll callback. This returns the number of immediately available * 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). * is guaranteed to return one frame (with no delay).
* *
* Defaults to just calling the source poll_frame() method. * Defaults to just calling the source poll_frame() method.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment