]> git.sesse.net Git - x264/blobdiff - gtk/x264_gtk_bitrate.h
fix a crash with invalid args and --thread-input (introduced in r921)
[x264] / gtk / x264_gtk_bitrate.h
index 98993ef96e70b17a1c4f8532a1cec1642b185c93..35315f6de5fa49051468f797a6417939df4ed8ee 100644 (file)
@@ -1,8 +1,28 @@
+/*****************************************************************************
+ * x264_gtk_bitrate.h: h264 gtk encoder frontend
+ *****************************************************************************
+ * Copyright (C) 2006 Vincent Torri
+ *
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.
+ *****************************************************************************/
+
 #ifndef X264_GTK_BITRATE_H
 #define X264_GTK_BITRATE_H
 
 
-GtkWidget *_bitrate_page (X264_Gui_Config *config);
+GtkWidget *x264_bitrate_page (X264_Gui_Config *config);
 
 
 #endif /* X264_GTK_BITRATE_H */