Mercurial > mplayer.hg
comparison mplayer.c @ 10167:531b00ad6f2d
Support for selecting the audio track in Matroska files via -alang.
author | mosu |
---|---|
date | Fri, 23 May 2003 15:01:25 +0000 |
parents | add63fea61ac |
children | 4bc481804519 |
comparison
equal
deleted
inserted
replaced
10166:e860465ef46e | 10167:531b00ad6f2d |
---|---|
228 // streaming: | 228 // streaming: |
229 int audio_id=-1; | 229 int audio_id=-1; |
230 int video_id=-1; | 230 int video_id=-1; |
231 int dvdsub_id=-1; | 231 int dvdsub_id=-1; |
232 int vobsub_id=-1; | 232 int vobsub_id=-1; |
233 static char* audio_lang=NULL; | 233 char* audio_lang=NULL; |
234 char* dvdsub_lang=NULL; | 234 char* dvdsub_lang=NULL; |
235 static char* spudec_ifo=NULL; | 235 static char* spudec_ifo=NULL; |
236 char* filename=NULL; //"MI2-Trailer.avi"; | 236 char* filename=NULL; //"MI2-Trailer.avi"; |
237 | 237 |
238 // cache2: | 238 // cache2: |