ejurgensen 941fab9023 [xcode] Circumvent ffmpeg 6 ALAC encoding problem
The default ffmpeg ALAC encoder, "alac", requires fixed frames of size 4096,
but the Airplay 2 implementation feeds it with frames of size 352. Before
ffmpeg 6 this worked, but not any more. Seems a frame size check has been
added.

This commit doesn't fix this, but circumvents the ffmpeg error by modifying the
frame size that ffmpeg checks.

Fixes issue #1640
2023-08-17 23:12:26 +02:00
..
2022-01-20 20:17:38 +01:00
2021-03-27 22:44:16 +01:00
2022-01-20 21:42:05 +01:00
2022-01-20 20:17:38 +01:00
2022-01-20 20:17:38 +01:00