* Don't use private field from ffmpeg to get raw TS packet size, since it does not work in all ffmpeg versions. (Thanks Wolfram Gloger)

This commit is contained in:
Justin Maggard
2011-07-18 18:00:29 +00:00
parent 88b253968f
commit e3506a60f1
2 changed files with 27 additions and 24 deletions

View File

@ -42,11 +42,6 @@ typedef struct metadata_s {
char *dlna_pn;
} metadata_t;
typedef struct tsinfo_s {
int x;
int packet_size;
} tsinfo_t;
typedef enum {
AAC_INVALID = 0,
AAC_MAIN = 1, /* AAC Main */