stdin patch by (Charles Yates <charles dot yates at pandora dot be>)
authorCharles Yates <charles.yates@pandora.be>
Fri, 29 Aug 2003 20:51:10 +0000 (20:51 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 29 Aug 2003 20:51:10 +0000 (20:51 +0000)
commitd9a916e22168129efb90c22aa04449533d62d120
treea92078984fe891701e2863793ea39f1c093d942c
parent572f992eff59313bd098a98e919183f3123b1fe1
stdin patch by (Charles Yates <charles dot yates at pandora dot be>)
* removes use of read_key and getchar when input is received on stdin
(this was corrupting the packet reading)
* terminates av_encode when a termination signal is received (use of
ctrl-c issued a term_exit and subsequent uses of q failed)
* specific correction to yuv4mpeg pipe reading - the defined header was
too short to allow for extended yuv4mpeg flags [as used by smil2yuv and
y4mscaler and accepted by mjpeg tools]

Originally committed as revision 2183 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
libavformat/yuv4mpeg.c