Commit b86f5a02 authored by Michael Niedermayer's avatar Michael Niedermayer

Register intrrupt_cb() early enough so we dont get stuck with tcp input

for example.
Fixes issue66

Originally committed as revision 13992 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent dce292bb
......@@ -3785,6 +3785,9 @@ int main(int argc, char **argv)
avdevice_register_all();
av_register_all();
if(isatty(STDIN_FILENO))
url_set_interrupt_cb(decode_interrupt_cb);
for(i=0; i<CODEC_TYPE_NB; i++){
avctx_opts[i]= avcodec_alloc_context2(i);
}
......
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