]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/thp.c
Add my name to copyright & author as requested by the original author.
[ffmpeg] / libavformat / thp.c
index 434bc297a49e9adf927c6bb223c1e0f98783bee8..a5c9476d1ad78012c6cf5cc6257f08ce76d2f89e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * THP Demuxer
- * Copyright (c) 2007 Marco Gerards.
+ * Copyright (c) 2007 Marco Gerards
  *
  * This file is part of FFmpeg.
  *
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-
+#include "libavutil/intreadwrite.h"
 #include "avformat.h"
 
 typedef struct ThpDemuxContext {