cleanup + re-created cin po
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / fileffmpeg.C
index 43ed758b7b56f5f541852abe32811f38ae2e9e78..67bd702d4d13d95cae20b91ff23936837bf862dd 100644 (file)
@@ -343,7 +343,6 @@ int FileFFMPEG::open_file(int rd, int wr)
                        if( video_layers > 0 ) {
                                asset->video_data = 1;
                                asset->aspect_ratio = ff->ff_aspect_ratio(0);
-                               printf("ff_aspect_ratio, %f \n", asset->aspect_ratio);
                                if (!asset->interlace_mode) asset->interlace_mode = ff->ff_interlace(0);
                                if ( ff->ff_video_frames(0) > 1 ) {
                                ff->video_probe(1);