diff options
author | phintuka <phintuka> | 2007-10-28 20:16:57 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-10-28 20:16:57 +0000 |
commit | 7f80b358533e4010183d3577570e628fc51d3a9b (patch) | |
tree | e7550d4fef649e92c8b98fff826cacce7324c8bd | |
parent | bb9ae923074bc8b4e71fc658bed581a37053d6dd (diff) | |
download | xineliboutput-7f80b358533e4010183d3577570e628fc51d3a9b.tar.gz xineliboutput-7f80b358533e4010183d3577570e628fc51d3a9b.tar.bz2 |
(fix copy-paste error ...)
-rw-r--r-- | xine_frontend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend.c b/xine_frontend.c index cae7de49..9ef12449 100644 --- a/xine_frontend.c +++ b/xine_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.c,v 1.41 2007-10-28 18:45:39 phintuka Exp $ + * $Id: xine_frontend.c,v 1.42 2007-10-28 20:16:57 phintuka Exp $ * */ @@ -735,7 +735,7 @@ static void init_dummy_ports(fe_t *this, int on) #if XINE_VERSION_CODE < 10190 this->audio_port_none = _x_ao_new_port (this->xine, NULL, 1); #else - this->audio_port = xine_new_framegrab_audio_port(this->xine); + this->audio_port_none = xine_new_framegrab_audio_port(this->xine); #endif if(this->audio_port_none) this->audio_port_none->set_property(this->audio_port_none, AO_PROP_DISCARD_BUFFERS, 1); |