comparison libmpdemux/demux_nuv.c @ 17569:6c541a8421ca

Reverse commit of unfinished patch for passing audio_delay to the demuxers.
author corey
date Thu, 09 Feb 2006 19:39:51 +0000
parents 67c30d47ffd4
children b849a99cdc3c
comparison
equal deleted inserted replaced
17568:2275417ad349 17569:6c541a8421ca
61 } 61 }
62 62
63 /** 63 /**
64 * Seek to a position relative to the current position, indicated in time. 64 * Seek to a position relative to the current position, indicated in time.
65 */ 65 */
66 static void demux_seek_nuv ( demuxer_t *demuxer, float rel_seek_secs, float audio_delay, int flags ) 66 static void demux_seek_nuv ( demuxer_t *demuxer, float rel_seek_secs, int flags )
67 { 67 {
68 #define MAX_TIME 1000000 68 #define MAX_TIME 1000000
69 nuv_priv_t* priv = demuxer->priv; 69 nuv_priv_t* priv = demuxer->priv;
70 struct rtframeheader rtjpeg_frameheader; 70 struct rtframeheader rtjpeg_frameheader;
71 off_t orig_pos; 71 off_t orig_pos;