summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2007-12-13 14:20:17 +0000
committerjbrjake <[email protected]>2007-12-13 14:20:17 +0000
commit8f302a693a498c4f28754f32452023681ca126d1 (patch)
tree10d1dd37cce6dfddc6068281d9efd9a25f621e90 /libhb/common.h
parent98929d2b4c34f87899a212e865b55a273ac46a0e (diff)
MPEG-2 stream reading fixes for missing audio, multiple audio tracks, language codes, reading streams larger than 2GB, and incorrect title numbers. This vastly expands HandBrake's TS/PS compatibility. Thanks, van!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1123 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libhb/common.h b/libhb/common.h
index be174d17e..2a56701db 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -352,9 +352,6 @@ struct hb_audio_s
/* amixdown is the mixdown format to be used for this audio track */
int amixdown;
-
- /* Source PID is only valid for MPEG Transport Streams */
- int source_pid;
#endif
};