Commit 580e2285 authored by Clément Bœsch's avatar Clément Bœsch

lavf/swfdec: remove 8-bit audio FIXME.

Implemented since 624fb5f9.
parent 551d8b58
......@@ -234,7 +234,6 @@ static int swf_read_packet(AVFormatContext *s, AVPacket *pkt)
goto skip;
}
// FIXME: 8-bit uncompressed PCM audio will be interpreted as 16-bit
// FIXME: The entire audio stream is stored in a single chunk/tag. Normally,
// these are smaller audio streams in DEFINESOUND tags, but it's technically
// possible they could be huge. Break it up into multiple packets if it's big.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment