On Fri, Mar 27, 2015 at 08:08:45AM +0100, Nicolas George wrote:
> Le septidi 7 germinal, an CCXXIII, Michael Niedermayer a écrit :
> > +    if (!(oc->oformat->flags & AVFMT_NOSTREAMS) && 
> > !input_stream_potentially_available) {
> > +        av_log(NULL, AV_LOG_ERROR,
> > +               "No input streams but output needs an input stream\n");
> > +        exit_program(1);
> > +    }
> 
> Was this tested with input coming only from a filter graph (ffmpeg -lavfi
> testsrc output.nut)?

yes, theres a test that does this in fate

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Awnsering whenever a program halts or runs forever is
On a turing machine, in general impossible (turings halting problem).
On any real computer, always possible as a real computer has a finite number
of states N, and will either halt in less than N cycles or never halt.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to