X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_frame.c;h=914ef854b7f808de8deaa031e5d7cb0e22811b31;hb=1e55d8082c842d4ae2d718eb2675719eeb615c0c;hp=0f54d4dfbae552235175f04059cc62f20c95166e;hpb=b6232c93db568b3becc00019ca18e31bd92e54b5;p=melted diff --git a/src/framework/mlt_frame.c b/src/framework/mlt_frame.c index 0f54d4d..914ef85 100644 --- a/src/framework/mlt_frame.c +++ b/src/framework/mlt_frame.c @@ -1021,6 +1021,7 @@ int mlt_frame_mix_audio( mlt_frame this, mlt_frame that, float weight_start, flo return ret; } +/* Will this break when mlt_position is converted to double? -Zach */ int mlt_sample_calculator( float fps, int frequency, int64_t position ) { int samples = 0;