]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv40vlc2.h
Only use .size in ARM assembly when targeting ELF
[ffmpeg] / libavcodec / rv40vlc2.h
index a61ae270057bc2623f3476f3342c5fdce2d0cc11..ef24c25305e67acc6f869565835291a486c73099 100644 (file)
  */
 
 /**
- * @file rv40vlc2.h
+ * @file libavcodec/rv40vlc2.h
  * RV40 VLC tables used for macroblock information decoding
  */
 
-#ifndef FFMPEG_RV40VLC2_H
-#define FFMPEG_RV40VLC2_H
+#ifndef AVCODEC_RV40VLC2_H
+#define AVCODEC_RV40VLC2_H
 
 #include <stdint.h>
 
@@ -666,7 +666,7 @@ static const uint8_t ptype_vlc_syms[PTYPE_VLC_SIZE] = {
 
 /** reverse of ptype_vlc_syms */
 static const uint8_t block_num_to_ptype_vlc_num[12] = {
- 0, 1, 2, 3, 0, 0, 0, 0, 4, 5, 0, 6
+ 0, 1, 2, 3, 0, 0, 2, 0, 4, 5, 0, 6
 };
 //@}
 
@@ -703,4 +703,4 @@ static const uint8_t block_num_to_btype_vlc_num[12] = {
  0, 1, 0, 0, 2, 3, 0, 5, 0, 0, 4, 0
 };
 //@}
-#endif /* FFMPEG_RV40VLC2_H */
+#endif /* AVCODEC_RV40VLC2_H */