]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
[transcode]: remove confusing log line
authorlekma <lekmalek@gmail.com>
Mon, 22 Aug 2016 10:23:15 +0000 (12:23 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 28 Aug 2017 13:32:17 +0000 (15:32 +0200)
src/transcoding/transcode/helpers.c

index 57d2be6383920bd27864b570f2cc66994264297a..5103256596c4e5c73c539c8c0f75507c52afac64 100644 (file)
@@ -71,7 +71,6 @@ tvh_context_helper_find(struct TVHContextHelpers *list, const AVCodec *codec)
 
     SLIST_FOREACH(helper, list, link) {
         if (helper->type == codec->type && helper->id == codec->id) {
-            tvhdebug(LS_TRANSCODE, "found helper for: %s", codec->name);
             return helper;
         }
     }