|
Lines 68-74
Link Here
|
| 68 |
}; |
68 |
}; |
| 69 |
|
69 |
|
| 70 |
static const demuxer_info_t demux_info_mpc = { |
70 |
static const demuxer_info_t demux_info_mpc = { |
| 71 |
0 /* priority */ |
71 |
/* The mpc demuxer should be tried before the mpgaudio demuxer! */ |
|
|
72 |
/* See http://bugs.gentoo.org/show_bug.cgi?id=176689 for details. */ |
| 73 |
1 /* priority */ |
| 72 |
}; |
74 |
}; |
| 73 |
|
75 |
|
| 74 |
static const demuxer_info_t demux_info_nsf = { |
76 |
static const demuxer_info_t demux_info_nsf = { |