[FFmpeg-cvslog] lavf/swfdec: remove 8-bit audio FIXME.
Clément Bœsch
git at videolan.org
Thu Feb 21 01:09:44 CET 2013
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu Feb 21 00:59:22 2013 +0100| [580e2285577ccc5b0a70951b9f0ad963844a912a] | committer: Clément Bœsch
lavf/swfdec: remove 8-bit audio FIXME.
Implemented since 624fb5f9.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=580e2285577ccc5b0a70951b9f0ad963844a912a
---
libavformat/swfdec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/swfdec.c b/libavformat/swfdec.c
index 5f64995..54e0f6d 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.
More information about the ffmpeg-cvslog
mailing list