]> git.sesse.net Git - casparcg/blobdiff - core/video_format.cpp
2.0. main: Added unhandled exception filter.
[casparcg] / core / video_format.cpp
index ce7615650701b2144a92d6681b12fe2d679be98f..56e7502cb94b6817567fa135a7855ed9590e0eb1 100644 (file)
@@ -62,7 +62,7 @@ const video_format_desc format_descs[video_format::count] =
        DEFINE_VIDEOFORMATDESC(video_format::x1080p2997 ,1920, 1080, video_mode::progressive,   30000,  1001,   L"1080p2997"),\r
        DEFINE_VIDEOFORMATDESC(video_format::x1080p3000 ,1920, 1080, video_mode::progressive,   30,             1,              L"1080p3000"),\r
        DEFINE_VIDEOFORMATDESC(video_format::x1080p5000 ,1920, 1080, video_mode::progressive,   50,             1,              L"1080p5000"),\r
-       DEFINE_VIDEOFORMATDESC(video_format::invalid    ,0,             0, video_mode::count,                   1,              1,              L"invalid")\r
+       DEFINE_VIDEOFORMATDESC(video_format::invalid    ,0,             0,   video_mode::progressive,   1,              1,              L"invalid")\r
 };\r
 \r
 const video_format_desc& video_format_desc::get(video_format::type format)     \r