]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/adx.h
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / adx.h
index 16180372ac98a069591e16f60e31d35fcb642556..cb6e6020dd5bd97f30f6248af22501ce0625dd5f 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file adx.h
+ * @file libavcodec/adx.h
  * SEGA CRI adx codecs.
  *
  * Reference documents:
@@ -28,8 +28,8 @@
  * adx2wav & wav2adx http://www.geocities.co.jp/Playtown/2004/
  */
 
-#ifndef FFMPEG_ADX_H
-#define FFMPEG_ADX_H
+#ifndef AVCODEC_ADX_H
+#define AVCODEC_ADX_H
 
 typedef struct {
     int s1,s2;
@@ -46,4 +46,4 @@ typedef struct {
 #define    SCALE1    0x7298
 #define    SCALE2    0x3350
 
-#endif /* FFMPEG_ADX_H */
+#endif /* AVCODEC_ADX_H */