[FFmpeg-cvslog] rdt: remove workaround for infinite loop with aac

Justin Ruggles git at videolan.org
Tue Mar 6 06:15:59 CET 2012


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Mon Feb 27 04:08:44 2012 -0500| [2dd18d4435c27a469b89e1d6b061eb9b4661687d] | committer: Justin Ruggles

rdt: remove workaround for infinite loop with aac

avformat_find_stream_info() no longer hangs while waiting for AAC frame_size

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2dd18d4435c27a469b89e1d6b061eb9b4661687d
---

 libavformat/rdt.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libavformat/rdt.c b/libavformat/rdt.c
index 207fc92..9f85299 100644
--- a/libavformat/rdt.c
+++ b/libavformat/rdt.c
@@ -432,9 +432,6 @@ rdt_parse_sdp_line (AVFormatContext *s, int st_index,
                 }
                 rdt->rmst[s->streams[n]->index] = ff_rm_alloc_rmstream();
                 rdt_load_mdpr(rdt, s->streams[n], (n - first) * 2);
-
-                if (s->streams[n]->codec->codec_id == CODEC_ID_AAC)
-                    s->streams[n]->codec->frame_size = 1; // FIXME
            }
     }
 



More information about the ffmpeg-cvslog mailing list