Credit SGE conversion of Adam-s plugins ChromakeyAvid/Color Swatch + updated ContextM...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / fileffmpeg.C
index a6437242ddd633973252b2fcac7a9f9f4bab9e84..abed22da197e8929541e072a9df923a56a994112 100644 (file)
@@ -1,3 +1,24 @@
+/*
+ * CINELERRA
+ * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2010 Monty Montgomery
+ * Copyright (C) 2012-2014 Paolo Rampino
+ * 
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ * 
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * 
+ */
 
 #include <stdio.h>
 #include <stdint.h>
@@ -1472,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;
        }