diff options
Diffstat (limited to 'src/libsputext/xine_decoder_ogm.c')
-rw-r--r-- | src/libsputext/xine_decoder_ogm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libsputext/xine_decoder_ogm.c b/src/libsputext/xine_decoder_ogm.c index f4dfe838c..98cee9746 100644 --- a/src/libsputext/xine_decoder_ogm.c +++ b/src/libsputext/xine_decoder_ogm.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_decoder_ogm.c,v 1.6 2003/10/23 20:12:34 mroi Exp $ + * $Id: xine_decoder_ogm.c,v 1.7 2003/11/11 18:44:55 f1rmb Exp $ * */ @@ -331,7 +331,7 @@ static void spudec_decode_data (spu_decoder_t *this_gen, buf_element_t *buf) { start += (spu_offset / 90); end += (spu_offset / 90); - xine_get_current_info (this->stream->master, &extra_info, sizeof(extra_info) ); + _x_get_current_info (this->stream->master, &extra_info, sizeof(extra_info) ); if( !this->seek_count ) { this->seek_count = extra_info.seek_count; @@ -405,7 +405,7 @@ static void spudec_decode_data (spu_decoder_t *this_gen, buf_element_t *buf) { xine_usec_sleep (50000); - xine_get_current_info (this->stream->master, &extra_info, sizeof(extra_info) ); + _x_get_current_info (this->stream->master, &extra_info, sizeof(extra_info) ); } #ifdef LOG printf("libspuogm: seek_count mismatch\n"); |