Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforce.net>2011-07-18 22:00:27 +0400
committerJustin Maggard <jmaggard@users.sourceforce.net>2011-07-18 22:00:27 +0400
commitb025c43b03f7ecf71fd3babfe0b35ced9d7471e6 (patch)
tree32b7446bd843f26a1dc8cf321c3a417040036440 /metadata.h
parent6bc3336f841a5a0b1320a7768ed941a2f392d960 (diff)
* 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)
Diffstat (limited to 'metadata.h')
-rw-r--r--metadata.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/metadata.h b/metadata.h
index 5e9344d..7a01105 100644
--- a/metadata.h
+++ b/metadata.h
@@ -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 */