﻿id,summary,reporter,owner,description,type,status,priority,component,version,resolution,keywords,cc,blockedby,blocking,reproduced,analyzed
10359,Incorrect MP4 with 24-bit and 32-bit PCM audio,slydiman,,"ffmpeg writes PCM_S24LE to MP4 as is but ipcm atom reports PCM_S16LE.
As the result the audio stream is totally damaged.
The same behavior for PCM_S24BE -> PCM_S16BE and 32-bit PCM audio.

ffmpeg version: nightly build 20230507

How to reproduce:
{{{
% ffmpeg -i input.mp4 -c:v copy -c:a pcm_s24le output.mp4
}}}
",defect,new,normal,undetermined,unspecified,,,,,,0,0
