Remove unused data

This commit is contained in:
Andreas Öman 2010-06-23 17:49:04 +00:00
parent 34f3555e14
commit 1f13988517

View file

@ -37,8 +37,6 @@
#define PTS_MASK 0x1ffffffffLL
//#define PTS_MASK 0x7ffffLL
static const AVRational mpeg_tc = {1, 90000};
#define getu32(b, l) ({ \
uint32_t x = (b[0] << 24 | b[1] << 16 | b[2] << 8 | b[3]); \
b+=4; \