added audiocodec/speex and videocodec/mpeg4
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6189 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f3062637c3
commit
4bea0cb151
@ -73,6 +73,10 @@ FormatManager::GetDescriptionForFormat(media_format_description *out_description
|
|||||||
strcpy(out_description->u.meta.description, "audiocodec/vorbis");
|
strcpy(out_description->u.meta.description, "audiocodec/vorbis");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'Spee':
|
||||||
|
strcpy(out_description->u.meta.description, "audiocodec/speex");
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
@ -84,6 +88,10 @@ FormatManager::GetDescriptionForFormat(media_format_description *out_description
|
|||||||
strcpy(out_description->u.meta.description, "videocodec/mpeg");
|
strcpy(out_description->u.meta.description, "videocodec/mpeg");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'DX50':
|
||||||
|
strcpy(out_description->u.meta.description, "videocodec/mpeg4");
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user