summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-04-10 19:26:49 +0200
committerDiego Biurrun <diego@biurrun.de>2013-04-11 02:42:11 +0200
commitac9362c5d985ca37d4debb4e0e12497d248ec9d1 (patch)
treeba83a66cc2db9f894c249513a2980d1718d8ed86 /libavformat/mov.c
parent9de9b828ef005dec37052548c195a6b4f18fc701 (diff)
Move misplaced file author information where it belongs
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index edd6f8eafd..291c14227c 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -3,6 +3,9 @@
* Copyright (c) 2001 Fabrice Bellard
* Copyright (c) 2009 Baptiste Coudurier <baptiste dot coudurier at gmail dot com>
*
+ * first version by Francois Revol <revol@free.fr>
+ * seek function by Gael Chardon <gael.dev@4now.net>
+ *
* This file is part of Libav.
*
* Libav is free software; you can redistribute it and/or
@@ -46,11 +49,6 @@
#include <zlib.h>
#endif
-/*
- * First version by Francois Revol revol@free.fr
- * Seek function by Gael Chardon gael.dev@4now.net
- */
-
#include "qtpalette.h"