Update ChangeLog and remove svn log from the make install target.
[melted] / src / framework / mlt_geometry.c
index 67d98ee..db9c877 100644 (file)
@@ -55,8 +55,8 @@ mlt_geometry mlt_geometry_init( )
                if ( this->local != NULL )
                {
                        geometry self = this->local;
-                       self->nw = mlt_profile_get()->width;
-                       self->nh = mlt_profile_get()->height;
+                       self->nw = 720;
+                       self->nh = 576;
                }
                else
                {