From eab11aaaa3d5fc1b20ae301108d34c0cc8225830 Mon Sep 17 00:00:00 2001 From: shatty Date: Thu, 26 Feb 2004 07:54:26 +0000 Subject: [PATCH] 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 --- src/add-ons/media/plugins/theora/theoraCodecPlugin.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/add-ons/media/plugins/theora/theoraCodecPlugin.cpp b/src/add-ons/media/plugins/theora/theoraCodecPlugin.cpp index bcc8a4c071..012c2485e9 100644 --- a/src/add-ons/media/plugins/theora/theoraCodecPlugin.cpp +++ b/src/add-ons/media/plugins/theora/theoraCodecPlugin.cpp @@ -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;