]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/8svx.c
Move large arrays to AC3EncodeContext rather than passing them around.
[ffmpeg] / libavcodec / 8svx.c
index 2afd57dce60ec6d539f922961affb254913c0ae4..66820be1ade370acdb1eecc0dfb22646a3e7c7c2 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavcodec/8svx.c
+ * @file
  * 8svx audio decoder
  * @author Jaikrishnan Menon
  * supports: fibonacci delta encoding
@@ -88,7 +88,7 @@ static av_cold int eightsvx_decode_init(AVCodecContext *avctx)
         default:
           return -1;
     }
-    avctx->sample_fmt = SAMPLE_FMT_S16;
+    avctx->sample_fmt = AV_SAMPLE_FMT_S16;
     return 0;
 }