X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fflash%2Fproducer%2Fflash_producer.cpp;h=67a556423fc72cae525bf742bed4f0ed157facf0;hb=d0fdeffcb23785f5638b4d032555cc7684af2a20;hp=aa03e29807fa4c7db71db952e7c9828c25b8a921;hpb=65852191182227ba7daae19bc9cad23ea1c303d3;p=casparcg diff --git a/modules/flash/producer/flash_producer.cpp b/modules/flash/producer/flash_producer.cpp index aa03e2980..67a556423 100644 --- a/modules/flash/producer/flash_producer.cpp +++ b/modules/flash/producer/flash_producer.cpp @@ -136,8 +136,8 @@ template_host get_template_host(const core::video_format_desc& desc) } } - template_host.width = desc.width; - template_host.height = desc.height; + template_host.width = desc.square_width; + template_host.height = desc.square_height; return template_host; }