X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fexample%2Favi2swf.cc;h=a6efd41243e4622796746293e310031903a36276;hp=6825217f6d7470f03c4597627c1645a618fdf5ee;hb=e2c2516b07ca97ed68f890310a3998424ee3f5a1;hpb=27506c2e369f261e3b75b99fa23acfa87c539e68 diff --git a/lib/example/avi2swf.cc b/lib/example/avi2swf.cc index 6825217..a6efd41 100644 --- a/lib/example/avi2swf.cc +++ b/lib/example/avi2swf.cc @@ -1,7 +1,7 @@ /* avi2swf.cc Convert avi movie files into swf. - As soon as there's an algorithm implemented for writing the - data directly to disk, this file should maybe go to ../src. + As soon as the size of the generated swfs is reasonable, this file + will go to ../../src Part of the swftools package. @@ -19,6 +19,7 @@ extern "C" { #include "aviplay.h" /* +statistics: (for now) 37 bytes per shape (rectangle) 8-12 bytes per placeobject 4 bytes per removeobject2 @@ -655,9 +656,6 @@ int main (int argc,char ** argv) printf("\n"); destroydisplay(file); - printf("mp3 samples read:%d\n", mp3_sound_pos); - printf("mp3 samples read:%d\n", mp3_sound_pos); - tag = swf_InsertTag(NULL, ST_END); swf_WriteTag(file, tag); swf_DeleteTag(tag);