sams transition icons, misc fixes, youtube formats
[goodguy/history.git] / cinelerra-5.1 / cinelerra / ffmpeg.C
index 66003120eebb2e663947902dacedda0a295f50c7..3d51c70f28e5a8315adc4b871af940bdb59d5c14 100644 (file)
@@ -1743,8 +1743,11 @@ int FFMPEG::open_decoder()
                        estimated = 1;
                }
        }
-       if( estimated )
+       static int notified = 0;
+       if( !notified && estimated ) {
+               notified = 1;
                printf("FFMPEG::open_decoder: some stream times estimated\n");
+       }
 
        ff_lock("FFMPEG::open_decoder");
        int ret = 0, bad_time = 0;