Commit c0a0c881 authored by Andrey Morozov's avatar Andrey Morozov

minor fix

parent b99c5db1
...@@ -493,7 +493,7 @@ bool CvCapture_FFMPEG::open( const char* _filename ) ...@@ -493,7 +493,7 @@ bool CvCapture_FFMPEG::open( const char* _filename )
avcodec_thread_init(enc, count_threads); avcodec_thread_init(enc, count_threads);
#ifndef AVMEDIA_TYPE_VIDEO #if AVMEDIA_TYPE_VIDEO
#define AVMEDIA_TYPE_VIDEO CODEC_TYPE_VIDEO #define AVMEDIA_TYPE_VIDEO CODEC_TYPE_VIDEO
#endif #endif
......
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