don't call debugger in decode, slightly shorter pretty name

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6748 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2004-02-26 07:54:26 +00:00
parent 707aa753f3
commit eab11aaaa3
@@ -55,7 +55,7 @@ void
TheoraDecoder::GetCodecInfo(media_codec_info *info)
{
strncpy(info->short_name, "theora-libtheora", sizeof(info->short_name));
strncpy(info->pretty_name, "theora decoder[libtheora], by Andrew Bachmann", sizeof(info->pretty_name));
strncpy(info->pretty_name, "theora decoder[libtheora] by AndrewBachmann", sizeof(info->pretty_name));
}
@@ -158,7 +158,6 @@ TheoraDecoder::Decode(void *buffer, int64 *frameCount,
media_header *mediaHeader, media_decode_info *info /* = 0 */)
{
TRACE("TheoraDecoder::Decode\n");
debugger("in");
status_t status = B_OK;
bool synced = false;