]> git.sesse.net Git - x264/blobdiff - matroska.h
Add support for frame-accurate parameter changes
[x264] / matroska.h
index 11812cab5843c7393efb75950436bf7a49c953d1..be6f53005c29d3f5008566c36f038fb4ec5839ec 100644 (file)
@@ -1,10 +1,7 @@
 /*****************************************************************************
- * matroska.c:
+ * matroska.h:
  *****************************************************************************
- * Copyright (C) 2005 x264 project
- * $Id: $
- *
- * Authors: Mike Matsnev
+ * Copyright (C) 2005 Mike Matsnev
  *
  * 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
  *
  * 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, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.
  *****************************************************************************/
 
-#ifndef _MATROSKA_H
-#define _MATROSKA_H 1
+#ifndef X264_MATROSKA_H
+#define X264_MATROSKA_H
 
 typedef struct mk_Writer mk_Writer;