mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMT
This commit is contained in:
parent
0c71cc6526
commit
d54f1e6407
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user