]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv40vlc2.h
Add new yuv444 pixfmts to avcodec_align_dimensions2
[ffmpeg] / libavcodec / rv40vlc2.h
index aabd3422ccf7dab2d6f686a2e239a3fa9b443e05..2f63fc27e37cee96dd30375a6f177fcdc054aff4 100644 (file)
@@ -2,35 +2,35 @@
  * RealVideo 4 decoder
  * copyright (c) 2007 Konstantin Shishkov
  *
- * This file is part of FFmpeg.
+ * This file is part of Libav.
  *
- * FFmpeg is free software; you can redistribute it and/or
+ * Libav is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2.1 of the License, or (at your option) any later version.
  *
- * FFmpeg is distributed in the hope that it will be useful,
+ * Libav is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with FFmpeg; if not, write to the Free Software
+ * License along with Libav; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 /**
- * @file rv40vlc2.h
- * RV40 VLC tables used for macroblock information decoding.
+ * @file
+ * 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>
 
 /**
- * Codes used for the first four block types
+ * codes used for the first four block types
  */
 //@{
 #define AIC_TOP_BITS  8
@@ -46,7 +46,7 @@ static const uint8_t rv40_aic_top_vlc_bits[AIC_TOP_SIZE] = {
 //@}
 
 /**
- * Codes used for determining pair of block types
+ * codes used for determining a pair of block types
  */
 //@{
 #define AIC_MODE2_NUM  20
@@ -634,7 +634,7 @@ static const uint8_t aic_mode1_vlc_bits[AIC_MODE1_NUM][AIC_MODE1_SIZE] = {
 
 #define PBTYPE_ESCAPE 0xFF
 
-/** Tables used for P-frame macroblock type decoding */
+/** tables used for P-frame macroblock type decoding */
 //@{
 #define NUM_PTYPE_VLCS 7
 #define PTYPE_VLC_SIZE 8
@@ -666,11 +666,11 @@ 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
 };
 //@}
 
-/** Tables used for P-frame macroblock type decoding */
+/** tables used for P-frame macroblock type decoding */
 //@{
 #define NUM_BTYPE_VLCS 6
 #define BTYPE_VLC_SIZE 7
@@ -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 */