diff options
Diffstat (limited to 'command/decoder.cpp')
-rw-r--r-- | command/decoder.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/command/decoder.cpp b/command/decoder.cpp index 49174f3..87619de 100644 --- a/command/decoder.cpp +++ b/command/decoder.cpp @@ -128,6 +128,10 @@ cMarkAdDecoder::cMarkAdDecoder(bool useH264, bool useMP2, bool hasAC3) return; } +#if LIBAVCODEC_VERSION_INT >= ((52<<16)+(41<<8)+0) + tsyslog("libavcodec config: %s",avcodec_configuration()); +#endif + if (((ver >> 16)<52) && (useH264)) { esyslog("dont report bugs about H264, use libavcodec >= 52 instead!"); |