annotate libmpdemux/mpdemux.h @ 7663:eb3afb162aa4

* Fix for the broken MultiDec files I had originally posted with the first version of the demuxer. They play ok now. Fix can be disabled through conditional compiling, so just comment out the #define directive if it breaks anything (see source). * Demuxer now honours audio/video ids. Since PVAs only contain one audio track and one video track by specification, they are vid 0 and aid 0. This also fixes the "too many audio/video packets in buffer" with -dump[audio|video]. * substituted longs with off_t's for offsets, so that it should work on large files. patch by Matteo Giani <matgiani@ctonet.it>
author arpi
date Mon, 07 Oct 2002 22:13:34 +0000
parents 3e2c7bf57035
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4822
3e2c7bf57035 These 2 files are intended for code common to the whole lib
albeu
parents:
diff changeset
1
3e2c7bf57035 These 2 files are intended for code common to the whole lib
albeu
parents:
diff changeset
2 extern int mpdemux_check_interrupt(int time);