]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv34data.h
Store original width/height so that rv20 does not get stuck with some
[ffmpeg] / libavcodec / rv34data.h
index e4862a3ba0d6b8753756b562ec71731c56a16a0d..87dbee26e429a8b4c2d9eafda7dfa975762d36dd 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file rv34data.h
+ * @file libavcodec/rv34data.h
  * miscellaneous RV30/40 tables
  */
 
@@ -138,7 +138,7 @@ static const uint8_t rv34_dquant_tab[2][32]={
  * maximum number of macroblocks for each of the possible slice offset sizes
  * @todo This is the same as ff_mba_max, maybe use it instead.
  */
-static const uint16_t rv34_mb_max_sizes[6] = { 0x2F, 0x68, 0x18B, 0x62F, 0x18BF, 0x23FF };
+static const uint16_t rv34_mb_max_sizes[6] = { 0x2F, 0x62, 0x18B, 0x62F, 0x18BF, 0x23FF };
 /**
  * bits needed to code the slice offset for the given size
  * @todo This is the same as ff_mba_length, maybe use it instead.