diff stream/stream_dvd_common.c @ 29847:e37311e178e1

Move arrays used by both dvd and dvdnav to dvd_common.
author reimar
date Tue, 10 Nov 2009 23:15:48 +0000
parents 0f1b5b68af32
children c20a30ebbe56
line wrap: on
line diff
--- a/stream/stream_dvd_common.c	Tue Nov 10 23:12:01 2009 +0000
+++ b/stream/stream_dvd_common.c	Tue Nov 10 23:15:48 2009 +0000
@@ -3,6 +3,9 @@
 #include <dvdread/ifo_types.h>
 #include "stream_dvd_common.h"
 
+const char * const dvd_audio_stream_types[8] = { "ac3","unknown","mpeg1","mpeg2ext","lpcm","unknown","dts" };
+const char * const dvd_audio_stream_channels[6] = { "mono", "stereo", "unknown", "unknown", "5.1/6.1", "5.1" };
+
 /**
 \brief Converts DVD time structure to milliseconds.
 \param *dev the DVD time structure to convert