remove references to B_OGG_FORMAT_FAMILY
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6352 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9f9f78217c
commit
e1431e96f3
@ -116,8 +116,6 @@ operator==(const media_format_description & a, const media_format_description &
|
||||
return a.u.aiff.codec == b.u.aiff.codec;
|
||||
case B_AVR_FORMAT_FAMILY:
|
||||
return a.u.avr.id == b.u.avr.id;
|
||||
case B_OGG_FORMAT_FAMILY:
|
||||
return false; // XXX fix this
|
||||
case B_MISC_FORMAT_FAMILY:
|
||||
return a.u.misc.file_format == b.u.misc.file_format && a.u.misc.codec == b.u.misc.codec;
|
||||
|
||||
@ -152,8 +150,6 @@ operator<(const media_format_description & a, const media_format_description & b
|
||||
return a.u.aiff.codec < b.u.aiff.codec;
|
||||
case B_AVR_FORMAT_FAMILY:
|
||||
return a.u.avr.id < b.u.avr.id;
|
||||
case B_OGG_FORMAT_FAMILY:
|
||||
return false; // XXX fix this
|
||||
case B_MISC_FORMAT_FAMILY:
|
||||
if (a.u.misc.file_format == b.u.misc.file_format)
|
||||
return a.u.misc.codec < b.u.misc.codec;
|
||||
|
Loading…
Reference in New Issue
Block a user