]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/idcinvideo.c
adpcm: Add missing stdint.h #include to fix standalone header compilation.
[ffmpeg] / libavcodec / idcinvideo.c
index 99c43a09a4d1be698e8702f37c935f6f671c9314..e1b0e2e3e9ff2dfa9bcd37480f7b207bd9cd532e 100644 (file)
@@ -36,7 +36,7 @@
  * a little more compression by exploiting the fact that adjacent pixels
  * tend to be similar.
  *
- * Note that this decoder could use ffmpeg's optimized VLC facilities
+ * Note that this decoder could use libavcodec's optimized VLC facilities
  * rather than naive, tree-based Huffman decoding. However, there are 256
  * Huffman tables. Plus, the VLC bit coding order is right -> left instead
  * or left -> right, so all of the bits would have to be reversed. Further,
@@ -264,4 +264,3 @@ AVCodec ff_idcin_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("id Quake II CIN video"),
 };
-