libeplayer3: cleanup

This commit is contained in:
martii
2013-07-19 14:36:25 +02:00
parent 54e719207a
commit d4e42d28b4

View File

@@ -22,18 +22,6 @@ typedef struct BitPacker_s
#define INVALID_PTS_VALUE 0x200000000ull
/*#define BIG_READS*/
#if defined (BIG_READS)
#define BLOCK_COUNT 8
#else
#define BLOCK_COUNT 1
#endif
#define TP_PACKET_SIZE 188
#define BD_TP_PACKET_SIZE 192
#define NUMBER_PACKETS (199*BLOCK_COUNT)
#define BUFFER_SIZE (TP_PACKET_SIZE*NUMBER_PACKETS)
#define PADDING_LENGTH (1024*BLOCK_COUNT)
/* subtitle hacks ->for file subtitles */
#define TEXTSRTOFFSET 100
#define TEXTSSAOFFSET 200