diff options
Diffstat (limited to 'src/demuxers/demux_roq.c')
| -rw-r--r-- | src/demuxers/demux_roq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_roq.c b/src/demuxers/demux_roq.c index 75dcc482a..57e18c012 100644 --- a/src/demuxers/demux_roq.c +++ b/src/demuxers/demux_roq.c @@ -21,7 +21,7 @@ * For more information regarding the RoQ file format, visit: * http://www.csse.monash.edu.au/~timf/ * - * $Id: demux_roq.c,v 1.23 2002/10/23 21:49:41 guenter Exp $ + * $Id: demux_roq.c,v 1.24 2002/10/26 22:00:54 guenter Exp $ */ #ifdef HAVE_CONFIG_H @@ -467,7 +467,7 @@ static void demux_roq_dispose (demux_plugin_t *this) { static int demux_roq_get_status (demux_plugin_t *this_gen) { demux_roq_t *this = (demux_roq_t *) this_gen; - return (this->thread_running?DEMUX_OK:DEMUX_FINISHED); + return this->status; } static int demux_roq_get_stream_length (demux_plugin_t *this_gen) { |
