diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-07-17 17:53:50 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-17 23:47:33 +0200 |
commit | d4838675253513504c4e0d0ed92489b3c4e6cf8d (patch) | |
tree | 30f78093301223457ebae15b0c72506ddcf86833 /common.mak | |
parent | f98d814bb6d061150fd782fe75c61f8e1baf9996 (diff) | |
download | ffmpeg-d4838675253513504c4e0d0ed92489b3c4e6cf8d.tar.gz |
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.
Diffstat (limited to 'common.mak')
0 files changed, 0 insertions, 0 deletions