aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/swfdec.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-02-21 00:59:22 +0100
committerClément Bœsch <ubitux@gmail.com>2013-02-21 00:59:31 +0100
commit580e2285577ccc5b0a70951b9f0ad963844a912a (patch)
tree7e13e9a0b6e2b1e75ce5301b99977274d02db3f6 /libavformat/swfdec.c
parent551d8b58ebc03114d4231df92e366ffb7bf7ff62 (diff)
downloadandroid_external_ffmpeg-580e2285577ccc5b0a70951b9f0ad963844a912a.tar.gz
android_external_ffmpeg-580e2285577ccc5b0a70951b9f0ad963844a912a.tar.bz2
android_external_ffmpeg-580e2285577ccc5b0a70951b9f0ad963844a912a.zip
lavf/swfdec: remove 8-bit audio FIXME.
Implemented since 624fb5f9.
Diffstat (limited to 'libavformat/swfdec.c')
-rw-r--r--libavformat/swfdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/swfdec.c b/libavformat/swfdec.c
index 5f64995b6c..54e0f6dc0e 100644
--- a/libavformat/swfdec.c
+++ b/libavformat/swfdec.c
@@ -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.