]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tiff.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / tiff.h
index e1aca68e358da2485a98c532d06a20bb51f3bb83..d5fad427713bce887f7793d23842a451beeb6ab5 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVCODEC_TIFF_H
-#define AVCODEC_TIFF_H
-
 /**
  * @file
  * TIFF tables
  *
  * For more information about the TIFF format, check the official docs at:
  * http://partners.adobe.com/public/developer/tiff/index.html
+ * @author Konstantin Shishkov
  */
 
+#ifndef AVCODEC_TIFF_H
+#define AVCODEC_TIFF_H
+
 #include <stdint.h>
 
 /** abridged list of TIFF tags */