From c0a0c881ee9c52ec7c0fe019c44d72d6e8733009 Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Sat, 30 Jul 2011 07:52:06 +0000 Subject: [PATCH] minor fix --- modules/highgui/src/cap_ffmpeg_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/src/cap_ffmpeg_impl.hpp b/modules/highgui/src/cap_ffmpeg_impl.hpp index 3ae00d54e..192ccc72a 100644 --- a/modules/highgui/src/cap_ffmpeg_impl.hpp +++ b/modules/highgui/src/cap_ffmpeg_impl.hpp @@ -493,7 +493,7 @@ bool CvCapture_FFMPEG::open( const char* _filename ) avcodec_thread_init(enc, count_threads); - #ifndef AVMEDIA_TYPE_VIDEO + #if AVMEDIA_TYPE_VIDEO #define AVMEDIA_TYPE_VIDEO CODEC_TYPE_VIDEO #endif