1
mirror of https://github.com/mpv-player/mpv synced 2024-10-14 11:54:36 +02:00

added pts_bytes=0 to ds_free_packs

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@829 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-05-17 22:15:00 +00:00
parent 7269373555
commit 6560e5ac9f

View File

@ -207,7 +207,7 @@ void ds_free_packs(demux_stream_t *ds){
if(ds->buffer) free(ds->buffer);
ds->buffer=NULL;
ds->buffer_pos=ds->buffer_size;
ds->pts=0;
ds->pts=0; ds->pts_bytes=0;
}
int ds_get_packet(demux_stream_t *ds,unsigned char **start){