ffmpeg/libavfilter
Nicolas George d483867525 avfiltergraph: document a catch in request_oldest().
This one is tricky. Consider a graph with two sink links, A and B.
request_oldest() requests on A, and A returns EOF. This EOF causes
a filter to flush pending frames to B; they are unrequested.
Then request_oldest() moves on to B, and B returns EOF.
2012-07-17 23:47:33 +02:00
..
2012-07-08 19:54:08 +02:00
2012-07-03 01:32:16 +02:00
2012-07-17 23:46:26 +02:00
2012-07-10 01:29:17 +02:00
2012-03-17 11:21:49 +01:00
2012-07-08 19:54:08 +02:00
2012-07-03 01:32:16 +02:00
2012-07-10 01:29:17 +02:00