mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 23:43:00 +02:00
libeplayer3: cleanup
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user