summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-04 13:12:51 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-04 13:12:51 +0000
commit480e153e2fde22007c2ef6d4cab3a0d0589e2917 (patch)
treec8145db1bcc156aa85e194bd0cb1994f0de586a9 /cfg-common.h
parent5efcd82cb15de12f241b4838214fead28943734f (diff)
downloadmpv-480e153e2fde22007c2ef6d4cab3a0d0589e2917.tar.bz2
mpv-480e153e2fde22007c2ef6d4cab3a0d0589e2917.tar.xz
added support for manual audio substream selection out of 0xFD PES streams (Blueray, multistream in the same pid)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28245 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index c69deb2cbf..9a4e258f35 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -53,6 +53,7 @@ extern int demuxer_type, audio_demuxer_type, sub_demuxer_type;
extern int ts_prog;
extern int ts_keep_broken;
extern off_t ts_probe;
+extern int audio_substream_id;
extern off_t ps_probe;
#include "stream/tv.h"