]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/nellymoserdec.c
lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.
[ffmpeg] / libavcodec / nellymoserdec.c
index 7f585e412865d30b3b7040f70c1cd8659c22cc20..69c1b86f5e58f27c0dc701ade5458c8ad100d53a 100644 (file)
@@ -187,7 +187,7 @@ static int decode_tag(AVCodecContext *avctx, void *data,
     samples_flt = (float   *)s->frame.data[0];
 
     for (i=0 ; i<blocks ; i++) {
-        if (avctx->sample_fmt == SAMPLE_FMT_FLT) {
+        if (avctx->sample_fmt == AV_SAMPLE_FMT_FLT) {
             nelly_decode_block(s, buf, samples_flt);
             samples_flt += NELLY_SAMPLES;
         } else {