X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_geometry.c;h=db9c877c66296298f2cf5770225afbd9785d326e;hb=3902731cb8a9622204d584c4962c74e2a5a35428;hp=67d98ee9f5759227fdfe05d906127a1af013d810;hpb=40b169c095486ba1b868486eb98a47c41f36ce8c;p=melted diff --git a/src/framework/mlt_geometry.c b/src/framework/mlt_geometry.c index 67d98ee..db9c877 100644 --- a/src/framework/mlt_geometry.c +++ b/src/framework/mlt_geometry.c @@ -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 {