X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fformatcheck.C;h=d3469623093352317fb18ac76f49e15d0dae2131;hb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff;hp=0b03ce87551db76efa59f965fa2d2921415d202a;hpb=94e8dc2b306135e7735b2618a54f0f7de7ac7a0c;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/formatcheck.C b/cinelerra-5.0/cinelerra/formatcheck.C index 0b03ce87..d3469623 100644 --- a/cinelerra-5.0/cinelerra/formatcheck.C +++ b/cinelerra-5.0/cinelerra/formatcheck.C @@ -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"));