X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_profile.c;h=ea5f098ec520f66c39210f3ff9719a4b6d8c2f05;hb=56108ab9734ee79fbe4913cb1a0cb79ad10bde1f;hp=960550e8ce2c71d613ac0be249a8ba3b462a1a71;hpb=9bee7421e4b65a36f9977482a88027e8a5260eeb;p=melted diff --git a/src/framework/mlt_profile.c b/src/framework/mlt_profile.c index 960550e..ea5f098 100644 --- a/src/framework/mlt_profile.c +++ b/src/framework/mlt_profile.c @@ -109,8 +109,8 @@ mlt_profile mlt_profile_init( const char *name ) profile->width = 720; profile->height = 576; profile->progressive = 0; - profile->sample_aspect_num = 59; - profile->sample_aspect_den = 54; + profile->sample_aspect_num = 16; + profile->sample_aspect_den = 15; profile->display_aspect_num = 4; profile->display_aspect_den = 3; }