]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv34data.h
vda: removes useless doxygen command.
[ffmpeg] / libavcodec / rv34data.h
index 2155084d093071ceb33bdee690c1c4a1e0b9506a..1b608e7e3569b2255bdb791fe28afbd301520456 100644 (file)
@@ -100,16 +100,6 @@ static const uint16_t rv34_qscale_tab[32] = {
  963, 1074, 1212, 1392, 1566, 1708, 1978, 2211
 };
 
-/**
- * 4x4 dezigzag pattern
- */
-static const uint8_t rv34_dezigzag[16] = {
-  0,  1,  8, 16,
-  9,  2,  3, 10,
- 17, 24, 25, 18,
- 11, 19, 26, 27
-};
-
 /**
  * tables used to translate a quantizer value into a VLC set for decoding
  * The first table is used for intraframes.