]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wma.c
Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264
[ffmpeg] / libavcodec / wma.c
index 65780459aa55982ec5ff783b899f55ac1a1b3829..e2d153b835afd6c2fee81a2fc30e45c819fdae87 100644 (file)
@@ -429,7 +429,7 @@ int ff_wma_end(AVCodecContext *avctx)
 
 /**
  * Decode an uncompressed coefficient.
- * @param s codec context
+ * @param gb GetBitContext
  * @return the decoded coefficient
  */
 unsigned int ff_wma_get_large_val(GetBitContext* gb)