Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176689 | Differences between
and this patch

Collapse All | Expand All

(-)xine-lib-1.1.4-old/src/demuxers/group_audio.c (-1 / +3 lines)
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 = {

Return to bug 176689