libeplayer3: cleanup

Origin commit data
------------------
Branch: master
Commit: d4e42d28b4
Author: martii <m4rtii@gmx.de>
Date: 2013-07-19 (Fri, 19 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-07-19 14:36:25 +02:00
parent f227f7f06b
commit 4abf203acb

View File

@@ -22,18 +22,6 @@ typedef struct BitPacker_s
#define INVALID_PTS_VALUE 0x200000000ull #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 */ /* subtitle hacks ->for file subtitles */
#define TEXTSRTOFFSET 100 #define TEXTSRTOFFSET 100
#define TEXTSSAOFFSET 200 #define TEXTSSAOFFSET 200