X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2Fvideo_format.cpp;h=e08181b25a2fbc20dc3f03aa3b2bd6e8bc690b3e;hb=102e753becf28a763ad338493e141dacbd1c87f1;hp=c9c3f9a75d5c7ea3bf011c5f7a30ec8cd7246b0b;hpb=bb29d9561afaecce7da940588429f201e019e123;p=casparcg diff --git a/core/video_format.cpp b/core/video_format.cpp index c9c3f9a75..e08181b25 100644 --- a/core/video_format.cpp +++ b/core/video_format.cpp @@ -47,7 +47,7 @@ namespace caspar { namespace core { const video_format_desc format_descs[video_format::count] = { - DEFINE_VIDEOFORMATDESC(video_format::pal ,720, 576, 768, 576, field_mode::upper, 25, 1, L"PAL"), + 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::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"),