From c91d3ab92b01555e2d5e8e9a1dc0ae0bc1f53522 Mon Sep 17 00:00:00 2001 From: ronag Date: Wed, 9 Nov 2011 10:15:34 +0000 Subject: [PATCH] 2.0.2: Changed NTSC square-pixels dimensions. git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@1548 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d --- core/video_format.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/video_format.cpp b/core/video_format.cpp index e08181b25..cb160fff6 100644 --- a/core/video_format.cpp +++ b/core/video_format.cpp @@ -48,7 +48,7 @@ namespace caspar { namespace core { const video_format_desc format_descs[video_format::count] = { DEFINE_VIDEOFORMATDESC(video_format::pal ,720, 576, 1024, 576, field_mode::upper, 25, 1, L"PAL"), - DEFINE_VIDEOFORMATDESC(video_format::ntsc ,720, 486, 720, 547, field_mode::lower, 30000, 1001, L"NTSC"), + DEFINE_VIDEOFORMATDESC(video_format::ntsc ,720, 486, 720, 534, field_mode::lower, 30000, 1001, L"NTSC"), DEFINE_VIDEOFORMATDESC(video_format::x576p2500 ,720, 576, 720, 576, field_mode::progressive, 25, 1, L"576p2500"), DEFINE_VIDEOFORMATDESC(video_format::x720p2500 ,1280, 720, 1280, 720, field_mode::progressive, 25, 1, L"720p2500"), DEFINE_VIDEOFORMATDESC(video_format::x720p5000 ,1280, 720, 1280, 720, field_mode::progressive, 50, 1, L"720p5000"), -- 2.39.2