update pid of movie

This commit is contained in:
Steven Dan
2026-01-19 22:28:49 +08:00
parent 10ab0ccada
commit f6f11fbad8

View File

@@ -139,6 +139,8 @@
#ifndef PID_AUDIO_2 #ifndef PID_AUDIO_2
#if defined (STEREO_2K) #if defined (STEREO_2K)
#define PID_AUDIO_2 (0x0017) #define PID_AUDIO_2 (0x0017)
#elif defined (SPATIAL_MOVIE)
#define PID_AUDIO_2 (0x0018)
#else #else
#define PID_AUDIO_2 (0x0016) #define PID_AUDIO_2 (0x0016)
#endif #endif