rework android-rmt display, add a few buttons
[goodguy/history.git] / cinelerra-5.0 / cinelerra / formatcheck.C
index 0b03ce87551db76efa59f965fa2d2921415d202a..d3469623093352317fb18ac76f49e15d0dae2131 100644 (file)
@@ -65,16 +65,7 @@ int FormatCheck::check_format()
                        result = 1;
                }
 
-               if(!result && asset->bits == BITSIMA4 && asset->format != FILE_MOV)
-               {
-                       ErrorBox errorbox(_(PROGRAM_NAME ": Error"));
-                       errorbox.create_objects(_("IMA4 compression is only available in Quicktime movies."));
-                       errorbox.run_window();
-                       result = 1;
-               }
-
                if(!result && asset->bits == BITSULAW && 
-                       asset->format != FILE_MOV &&
                        asset->format != FILE_PCM)
                {
                        ErrorBox errorbox(_(PROGRAM_NAME ": Error"));