summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-03 10:46:47 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-03 10:46:47 +0100
commit3b67c79bf4534e72a7eceaa6e566e7b7c949e4f7 (patch)
tree52589e423ad07bc9c14a8f2ed2dee122aebc926f /src/lib/ffmpeg_content.h
parent8923ed628cff91cb4312f6d1bd27664d3bc6d890 (diff)
Fix confusion with AUDIO_STREAMS property.
Diffstat (limited to 'src/lib/ffmpeg_content.h')
-rw-r--r--src/lib/ffmpeg_content.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h
index b9ae4707a..04523b117 100644
--- a/src/lib/ffmpeg_content.h
+++ b/src/lib/ffmpeg_content.h
@@ -41,7 +41,6 @@ class FFmpegContentProperty : public VideoContentProperty
public:
static int const SUBTITLE_STREAMS;
static int const SUBTITLE_STREAM;
- static int const AUDIO_STREAMS;
static int const FILTERS;
};