]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wmavoice.c
CMOV-ify vp56 arithcoder
[ffmpeg] / libavcodec / wmavoice.c
index 4c0ed0978e30e28ee5d858b783644b70d7751958..ec682b6483268d03479c3bfe11c5e52ec917c585 100644 (file)
@@ -287,7 +287,7 @@ typedef struct {
 } WMAVoiceContext;
 
 /**
- * Sets up the variable bit mode (VBM) tree from container extradata.
+ * Set up the variable bit mode (VBM) tree from container extradata.
  * @param gb bit I/O context.
  *           The bit context (s->gb) should be loaded with byte 23-46 of the
  *           container extradata (i.e. the ones containing the VBM tree).