]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rdt.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / rdt.c
index d153028ac4600bd48a3630f65e46dfd3fa5076e3..d2437ee73fd3b604e5c9e01841916aa96908a491 100644 (file)
@@ -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
            }
     }