mirror of https://github.com/FFmpeg/FFmpeg.git
Fixes ffplay playback of unknown layouts, when SDL directly supports the audio format, such as: ffplay -f lavfi anullsrc=cl=2C,aformat=s16 Without the patch, "Channel layout change is not supported" errors are generated because buffersrc (unknown 2 channel) and buffersink (stereo) negotiated a stereo layout, but the stereo layout was never stored in the BufferSourceContext. This fixes a regression ofrelease/6.07251f90972
, but this is more of a regression of the avfilter channel layout conversion (1f96db959c
). Signed-off-by: Marton Balint <cus@passwd.hu> (cherry picked from commit2df2b4067e
)
parent
fc8775ae96
commit
aae59be400
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue