]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/timer.h
timecode: relicense to LGPLv2+ with permission of Baptiste and ubitux.
[ffmpeg] / libavutil / timer.h
index cd8fba8dedb0df53295b3adb6f0587f01d50a724..8a0cad56ca9f814fa47ec8b182512505bf64ef62 100644 (file)
@@ -1,7 +1,4 @@
-/**
- * @file
- * high precision timer, useful to profile code
- *
+/*
  * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at>
  *
  * This file is part of FFmpeg.
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * high precision timer, useful to profile code
+ */
+
 #ifndef AVUTIL_TIMER_H
 #define AVUTIL_TIMER_H