Commit 4e075611 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed possible compile error in cap_ffmpeg_impl.hpp (bug #2365)

parent d3835962
...@@ -140,6 +140,10 @@ extern "C" { ...@@ -140,6 +140,10 @@ extern "C" {
#define AV_NOPTS_VALUE_ ((int64_t)AV_NOPTS_VALUE) #define AV_NOPTS_VALUE_ ((int64_t)AV_NOPTS_VALUE)
#endif #endif
#ifndef AVERROR_EOF
#define AVERROR_EOF (-MKTAG( 'E','O','F',' '))
#endif
static int get_number_of_cpus(void) static int get_number_of_cpus(void)
{ {
#if LIBAVFORMAT_BUILD < CALC_FFMPEG_VERSION(52, 111, 0) #if LIBAVFORMAT_BUILD < CALC_FFMPEG_VERSION(52, 111, 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment