]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/targa.h
libvorbis: use float input instead of s16
[ffmpeg] / libavcodec / targa.h
index d7c3f451a1ba5d03f5c31663e58a22aa5c2feead..f4ef5537b14ada219acb5823a9556fa386f1243e 100644 (file)
@@ -16,6 +16,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifndef AVCODEC_TARGA_H
+#define AVCODEC_TARGA_H
+
 /**
  * @file
  * targa file common definitions
@@ -34,3 +37,5 @@ enum TargaCompr {
     TGA_BW     = 3, // black & white or grayscale
     TGA_RLE    = 8, // flag pointing that data is RLE-coded
 };
+
+#endif /* AVCODEC_TARGA_H */