• Martin Storsjö's avatar
    flvdec: Make sure sample_rate is set to the updated value · 1e8561e3
    Martin Storsjö authored
    The sample_rate variable is used for checks for audio format
    changes at the end of the function.
    
    This fixes cases where the sample rate was set from the codec
    id by flv_set_audio_codec (as for nellymoser 8 kHz/16 kHz),
    so the value set to last_sample_rate wasn't equal to sample_rate
    at this point. This caused the demuxer otherwise reports a spurious
    change to 5512 Hz and back to the correct one.
    
    Updating channels in the same way is only done for consistency.
    Currently, flv_set_audio_codec doesn't update that value.
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    1e8561e3
flvdec.c 25.2 KB