Ticket #4365: guess_format.patch
| File guess_format.patch, 504 bytes (added by , 19 years ago) |
|---|
-
mythmusic/mythmusic/avfdecoder.cpp
147 147 // Determine the output format 148 148 // Given we are outputing to a sound card, this will always 149 149 // be a PCM format 150 fmt = guess_format(" audio_device", NULL, NULL);150 fmt = guess_format("s16le", NULL, NULL); 151 151 if (!fmt) 152 152 return FALSE; 153 153
