|
|
@ -493,12 +493,8 @@ bool CvCapture_FFMPEG::open( const char* _filename ) |
|
|
|
|
|
|
|
|
|
|
|
avcodec_thread_init(enc, count_threads); |
|
|
|
avcodec_thread_init(enc, count_threads); |
|
|
|
|
|
|
|
|
|
|
|
#if AVMEDIA_TYPE_VIDEO |
|
|
|
#if LIBAVFORMAT_BUILD < CALC_FFMPEG_VERSION(53, 4, 0) |
|
|
|
#define AVMEDIA_TYPE_VIDEO CODEC_TYPE_VIDEO |
|
|
|
#define AVMEDIA_TYPE_VIDEO CODEC_TYPE_VIDEO |
|
|
|
#else |
|
|
|
|
|
|
|
#ifndef AVMEDIA_TYPE_VIDEO |
|
|
|
|
|
|
|
#define AVMEDIA_TYPE_VIDEO CODEC_TYPE_VIDEO |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
if( AVMEDIA_TYPE_VIDEO == enc->codec_type && video_stream < 0) { |
|
|
|
if( AVMEDIA_TYPE_VIDEO == enc->codec_type && video_stream < 0) { |
|
|
|