]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv34vlc.h
Add missing release_buffer on close
[ffmpeg] / libavcodec / rv34vlc.h
index ef3cfbab31724ef25f8396d9870e44e71f419259..cfd37bf884b69094f5e3b0387213ea448aad708c 100644 (file)
  */
 
 /**
- * @file rv34vlc.h
+ * @file libavcodec/rv34vlc.h
  * RV30/40 VLC tables
  */
 
-#ifndef FFMPEG_RV34VLC_H
-#define FFMPEG_RV34VLC_H
+#ifndef AVCODEC_RV34VLC_H
+#define AVCODEC_RV34VLC_H
 
 #include <stdint.h>
 
@@ -4051,4 +4051,4 @@ static const uint8_t rv34_inter_coeff[NUM_INTER_TABLES][COEFF_VLC_SIZE] = {
 }
 };
 
-#endif /* FFMPEG_RV34VLC_H */
+#endif /* AVCODEC_RV34VLC_H */