]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/nellymoserdec.c
timecode: fix typo
[ffmpeg] / libavcodec / nellymoserdec.c
index 9e39097982838d1d107357f0ec66d807a68f2b93..2a1ec5b4cd7403e0ebb171bba62057f42d38a965 100644 (file)
@@ -192,7 +192,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 {