cap_ffmpeg_impl_v2.patch

antonella cascitelli, 2012-04-11 12:42 pm

Download (542 Bytes)

 
modules/highgui/src/cap_ffmpeg_impl_v2.hpp (copia locale)
396 396
    }
397 397
    err =
398 398
#if LIBAVFORMAT_BUILD >= CALC_FFMPEG_VERSION(53, 6, 0)
399
#if LIBAVFORMAT_BUILD < CALC_FFMPEG_VERSION(53, 24, 2)
399
#if LIBAVFORMAT_BUILD < CALC_FFMPEG_VERSION(53, 3, 0)
400 400
            avformat_find_stream_info(ic);
401 401
#else
402 402
    avformat_find_stream_info(ic, NULL);