comparison 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
comparison
equal deleted inserted replaced
29846:f0e4324b3ecd 29847:e37311e178e1
1 #include "config.h" 1 #include "config.h"
2 #include <inttypes.h> 2 #include <inttypes.h>
3 #include <dvdread/ifo_types.h> 3 #include <dvdread/ifo_types.h>
4 #include "stream_dvd_common.h" 4 #include "stream_dvd_common.h"
5
6 const char * const dvd_audio_stream_types[8] = { "ac3","unknown","mpeg1","mpeg2ext","lpcm","unknown","dts" };
7 const char * const dvd_audio_stream_channels[6] = { "mono", "stereo", "unknown", "unknown", "5.1/6.1", "5.1" };
5 8
6 /** 9 /**
7 \brief Converts DVD time structure to milliseconds. 10 \brief Converts DVD time structure to milliseconds.
8 \param *dev the DVD time structure to convert 11 \param *dev the DVD time structure to convert
9 \return returns the time in milliseconds 12 \return returns the time in milliseconds