diff options
author | phintuka <phintuka> | 2009-02-06 16:39:42 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-02-06 16:39:42 +0000 |
commit | 59b5594f13c2008785cb657d093bd54f5880ea7e (patch) | |
tree | f2f8ee23e55382d3d569e8e8a6534238acc7051d | |
parent | 065574cd9822ee0567df3763ae5cc9212b2b9b03 (diff) | |
download | xineliboutput-59b5594f13c2008785cb657d093bd54f5880ea7e.tar.gz xineliboutput-59b5594f13c2008785cb657d093bd54f5880ea7e.tar.bz2 |
Process right buf element
-rw-r--r-- | xine_input_vdr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_input_vdr.c b/xine_input_vdr.c index 0e08a3f7..d9668de7 100644 --- a/xine_input_vdr.c +++ b/xine_input_vdr.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_input_vdr.c,v 1.216 2009-02-06 16:29:48 phintuka Exp $ + * $Id: xine_input_vdr.c,v 1.217 2009-02-06 16:39:42 phintuka Exp $ * */ @@ -5065,7 +5065,7 @@ static void demux_ts(vdr_input_plugin_t *this, buf_element_t *buf) if (ts_data->audio[i]) { buf_element_t *abuf = ts2es_put(ts_data->audio[i], buf->content); if (abuf) - demux_ts_proc_audio(this, buf, i); + demux_ts_proc_audio(this, abuf, i); } done = 1; break; |