[FFmpeg-devel] [PATCH] rtsp: remove TODO that referred to faad (now banished)
Diego Elio 'Flameeyes' Pettenò
flameeyes
Wed Jul 14 12:18:14 CEST 2010
---
libavformat/rtsp.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 9316f3c..877e359 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -139,10 +139,6 @@ static int sdp_parse_rtpmap(AVFormatContext *s,
i = atoi(buf);
if (i > 0)
codec->channels = i;
- // TODO: there is a bug here; if it is a mono stream, and
- // less than 22000Hz, faad upconverts to stereo and twice
- // the frequency. No problem, but the sample rate is being
- // set here by the sdp line. Patch on its way. (rdm)
}
av_log(s, AV_LOG_DEBUG, "audio samplerate set to: %i\n",
codec->sample_rate);
--
1.7.1.1
More information about the ffmpeg-devel
mailing list