summaryrefslogtreecommitdiff
path: root/libavformat/nsvdec.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/nsvdec.c
parent9de9b828ef005dec37052548c195a6b4f18fc701 (diff)
Move misplaced file author information where it belongs
Diffstat (limited to 'libavformat/nsvdec.c')
-rw-r--r--libavformat/nsvdec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c
index 4193ed2edb..7698f55bb1 100644
--- a/libavformat/nsvdec.c
+++ b/libavformat/nsvdec.c
@@ -2,6 +2,8 @@
* NSV demuxer
* Copyright (c) 2004 The Libav Project
*
+ * first version by Francois Revol <revol@free.fr>
+ *
* This file is part of Libav.
*
* Libav is free software; you can redistribute it and/or
@@ -36,7 +38,6 @@
#define NSV_MAX_RESYNC_TRIES 300
/*
- * First version by Francois Revol - revol@free.fr
* References:
* (1) http://www.multimedia.cx/nsv-format.txt
* seems someone came to the same conclusions as me, and updated it: