]> git.sesse.net Git - mlt/commitdiff
mlt_profile.c: make fallback default sample aspect ratio the same as the revised...
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 1 Jun 2008 20:41:23 +0000 (20:41 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 1 Jun 2008 20:41:23 +0000 (20:41 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1129 d19143bc-622f-0410-bfdd-b5b2a6649095

src/framework/mlt_profile.c

index 960550e8ce2c71d613ac0be249a8ba3b462a1a71..ea5f098ec520f66c39210f3ff9719a4b6d8c2f05 100644 (file)
@@ -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;
                        }