diff options
author | Jochen Dolze <vdr@dolze.de> | 2015-09-26 19:20:24 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2015-09-26 19:20:24 +0200 |
commit | 53454360c279844d0783b70cde023fecfc8ea69a (patch) | |
tree | 09cb26e2f6615d0d687c338d3ffef9e7b16fc1ca /command/decoder.cpp | |
parent | 5e9b092b54111b9d7e5889b76c30b9de7a1f6088 (diff) | |
download | vdr-plugin-markad-53454360c279844d0783b70cde023fecfc8ea69a.tar.gz vdr-plugin-markad-53454360c279844d0783b70cde023fecfc8ea69a.tar.bz2 |
Added missing files from last commit ;)
Diffstat (limited to 'command/decoder.cpp')
-rw-r--r-- | command/decoder.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/command/decoder.cpp b/command/decoder.cpp index cbd8055..a75f08f 100644 --- a/command/decoder.cpp +++ b/command/decoder.cpp @@ -102,6 +102,7 @@ fail: } #endif +#if LIBAVCODEC_VERSION_INT < ((55<<16)+(18<<8)+102) #ifndef AV_CODEC_ID_H264 #define AV_CODEC_ID_H264 CODEC_ID_H264 #endif @@ -114,6 +115,7 @@ fail: #ifndef AV_CODEC_ID_NONE #define AV_CODEC_ID_NONE CODEC_ID_NONE #endif +#endif cMarkAdDecoder::cMarkAdDecoder(bool useH264, int Threads) { |