diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-03-11 20:52:03 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-03-11 20:52:03 +0100 |
commit | 67dc8e654bf58ea30e8a976d7b34fc8f679f8a24 (patch) | |
tree | 9c3a5b1cf085848485b885d19f7ab996daa2323c /decoder.cpp | |
parent | c005f02625b58fa003832bdc5fffbe0cc0db6e4d (diff) | |
download | vdr-plugin-markad-67dc8e654bf58ea30e8a976d7b34fc8f679f8a24.tar.gz vdr-plugin-markad-67dc8e654bf58ea30e8a976d7b34fc8f679f8a24.tar.bz2 |
Added info file processing
Diffstat (limited to 'decoder.cpp')
-rw-r--r-- | decoder.cpp | 4 |
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(); |