~ubuntu-branches/ubuntu/precise/vlc/precise-proposed

« back to all changes in this revision

Viewing changes to modules/demux/ty.c

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2011-12-31 13:42:26 UTC
  • mfrom: (3.5.31 sid)
  • Revision ID: package-import@ubuntu.com-20111231134226-nwo5aheq7d03wooa
* New upstream release (Closes: #604687).
* Drop backported patches and patches that were accepted by upstream.
* Refresh remaining patches.
* Add mailcap entry for Ogg Video (Closes: #651662).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * based on code by Christopher Wingert for tivo-mplayer
7
7
 * tivo(at)wingert.org, February 2003
8
8
 *
9
 
 * $Id: b2375928c3146fa8ca32c88c7aa5f5dd176603a2 $
 
9
 * $Id: 627ca94e4c0c4a9c348fe712b330c77fadd7cbcc $
10
10
 *
11
11
 * This program is free software; you can redistribute it and/or modify
12
12
 * it under the terms of the GNU General Public License as published by
1894
1894
    /*msg_Dbg( p_demux, "chunk has %d records", i_num_recs );*/
1895
1895
 
1896
1896
    free(p_sys->rec_hdrs);
 
1897
    p_sys->rec_hdrs = NULL;
1897
1898
 
1898
1899
    /* skip past the 4 bytes we "peeked" earlier */
1899
1900
    stream_Read( p_demux->s, NULL, 4 );