Credit SGE conversion of Adam-s plugins ChromakeyAvid/Color Swatch + updated ContextM...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / fileffmpeg.C
index 2fbf6c86f80327055b703295b5d66017895aaf0e..abed22da197e8929541e072a9df923a56a994112 100644 (file)
@@ -1493,7 +1493,7 @@ int FFOptions_Opt::types(char *rp)
        case AV_OPT_TYPE_SAMPLE_FMT: cp = N_("<sample_fmt>"); break;
        case AV_OPT_TYPE_DURATION: cp = N_("<duration>"); break;
        case AV_OPT_TYPE_COLOR: cp = N_("<color>"); break;
-       case AV_OPT_TYPE_CHANNEL_LAYOUT: cp = N_("<channel_layout>");  break;
+       case AV_OPT_TYPE_CHLAYOUT: cp = N_("<channel_layout>");  break;
        case AV_OPT_TYPE_BOOL: cp = N_("<bool>");  break;
        default: cp = N_("<undef>");  break;
        }