OSDN Git Service

avconv: fix behavior with -ss as an output option.
authorAnton Khirnov <anton@khirnov.net>
Thu, 17 May 2012 10:42:03 +0000 (12:42 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 17 May 2012 17:37:58 +0000 (19:37 +0200)
commit01e98b1b006c67ab0948f3c1de65a94609fe79cf
treec28d1d18fcfb4cebd5076517e46f59126a54b9a0
parent7d7b40f48a05af4483b31cdb8b4f1808b97b1f2f
avconv: fix behavior with -ss as an output option.

Don't return from poll_filters() immediately, there may be other frames
and/or other streams to handle.

Fixes a memleak.
avconv.c