comparison mpeg.c @ 628:8909a59c9461 libavformat

common.h -> common.h/bitstream.h
author michael
date Wed, 29 Dec 2004 18:31:28 +0000
parents 0b266c470c96
children b47948262721
comparison
equal deleted inserted replaced
627:2cd604e839c7 628:8909a59c9461
15 * You should have received a copy of the GNU Lesser General Public 15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 #include "avformat.h" 19 #include "avformat.h"
20 #include "bitstream.h"
20 21
21 #define MAX_PAYLOAD_SIZE 4096 22 #define MAX_PAYLOAD_SIZE 4096
22 //#define DEBUG_SEEK 23 //#define DEBUG_SEEK
23 24
24 #undef NDEBUG 25 #undef NDEBUG