mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-04-21 01:40:23 +00:00
When PARSER_FLAG_COMPLETE_FRAMES is set, opus_parse() calls set_frame_duration even on flush (buf_size==0), which triggers a spurious "Error parsing Opus packet header" at EOF. Match streaming-path behavior by skipping duration parsing on empty buffers. Fixes #20954 |
||
|---|---|---|
| .. | ||
| celt.c | ||
| celt.h | ||
| dec.c | ||
| dec_celt.c | ||
| dsp.c | ||
| dsp.h | ||
| enc.c | ||
| enc.h | ||
| enc_psy.c | ||
| enc_psy.h | ||
| enc_utils.h | ||
| Makefile | ||
| opus.h | ||
| parse.c | ||
| parse.h | ||
| parser.c | ||
| pvq.c | ||
| pvq.h | ||
| rc.c | ||
| rc.h | ||
| silk.c | ||
| silk.h | ||
| tab.c | ||
| tab.h | ||