fixed registration for mpeg 1 layer 1 & 2
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6264 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ee154dc212
commit
48a06864d0
@ -365,7 +365,7 @@ mp3DecoderPlugin::RegisterDecoder()
|
||||
descriptions[1].u.wav.codec = 0x0055;
|
||||
for (size_t i = 2; i < numIDs; i++) {
|
||||
descriptions[i].family = B_MPEG_FORMAT_FAMILY;
|
||||
descriptions[i].u.mpeg.id = ids[i];
|
||||
descriptions[i].u.mpeg.id = ids[i-2];
|
||||
}
|
||||
|
||||
media_format format;
|
||||
|
Loading…
x
Reference in New Issue
Block a user