]> git.sesse.net Git - x264/blobdiff - muxers.h
Print more accurate error message if dump_yuv fails
[x264] / muxers.h
index 372aa639c5ba60216f140f9ec64d2e0082997487..aaede1c0b7d13adf0160403b29efc70201a01b70 100644 (file)
--- a/muxers.h
+++ b/muxers.h
@@ -1,3 +1,26 @@
+/*****************************************************************************
+ * muxers.c: h264 file i/o plugins
+ *****************************************************************************
+ * Copyright (C) 2003-2008 x264 project
+ *
+ * Authors: Laurent Aimar <fenrir@via.ecp.fr>
+ *          Loren Merritt <lorenm@u.washington.edu>
+ *
+ * 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_MUXERS_H
 #define X264_MUXERS_H