diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-11-10 13:48:02 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-11-10 13:48:02 +0000 |
| commit | b602849ad7cd8ce3b9c99da97bc3b4138cf8159d (patch) | |
| tree | a6e53a2a202672f963aea421a7ab6dcb6152a12c /src/demuxers/demux_asf.c | |
| parent | 1944fafeb5b8d23bd667cbf9b97cb115b2517483 (diff) | |
| download | xine-lib-b602849ad7cd8ce3b9c99da97bc3b4138cf8159d.tar.gz xine-lib-b602849ad7cd8ce3b9c99da97bc3b4138cf8159d.tar.bz2 | |
very unfinished scr discontinuity detection stuff, new software audio out buffer and thread
CVS patchset: 1010
CVS date: 2001/11/10 13:48:02
Diffstat (limited to 'src/demuxers/demux_asf.c')
| -rw-r--r-- | src/demuxers/demux_asf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/demuxers/demux_asf.c b/src/demuxers/demux_asf.c index b2da7551b..4555a03a0 100644 --- a/src/demuxers/demux_asf.c +++ b/src/demuxers/demux_asf.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: demux_asf.c,v 1.8 2001/11/07 19:06:15 miguelfreitas Exp $ + * $Id: demux_asf.c,v 1.9 2001/11/10 13:48:02 guenter Exp $ * * demultiplexer for asf streams * @@ -621,6 +621,7 @@ static void asf_send_buffer (demux_asf_t *this, asf_stream_t *stream, buf->input_time = 0 ; } buf->PTS = timestamp * 90; + buf->SCR = timestamp * 90; buf->type = stream->buf_type; buf->size = frag_len; |
