From b5cf72992ac7dc034c26ed43685ef77c07a36dfe Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Mon, 20 Sep 2010 22:35:29 +0200 Subject: Added vpkt and apkt usage in second pass --- command/decoder.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'command/decoder.cpp') 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!"); -- cgit v1.2.3