summaryrefslogtreecommitdiff
path: root/decoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'decoder.cpp')
-rw-r--r--decoder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoder.cpp b/decoder.cpp
index a9fb7b4..47fc3af 100644
--- a/decoder.cpp
+++ b/decoder.cpp
@@ -170,11 +170,11 @@ cMarkAdDecoder::cMarkAdDecoder(int RecvNumber, bool useH264, bool useMP2, bool h
else
{
- dsyslog("markad [%i]: using codec %s",recvnumber,video_codec->long_name);
+ isyslog("markad [%i]: using codec %s",recvnumber,video_codec->long_name);
if (video_context->hwaccel)
{
- dsyslog("markad [%i]: using hwaccel %s",recvnumber,video_context->hwaccel->name);
+ isyslog("markad [%i]: using hwaccel %s",recvnumber,video_context->hwaccel->name);
}
video_frame = avcodec_alloc_frame();