Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1045)

Unified Diff: media/filters/ffmpeg_demuxer_unittest.cc

Issue 2434383003: Handle duplicate media track ids in FFmpegDemuxer (Closed)
Patch Set: Stream ids must be unique only per-stream-type Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/filters/ffmpeg_demuxer.cc ('k') | media/test/data/crbug657437.mp4 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/ffmpeg_demuxer_unittest.cc
diff --git a/media/filters/ffmpeg_demuxer_unittest.cc b/media/filters/ffmpeg_demuxer_unittest.cc
index 13b58cea65f57eaee6b93ee970e367bf9428bf60..1e9024e557b17bc36f8242e3ad9b563404e4dc3a 100644
--- a/media/filters/ffmpeg_demuxer_unittest.cc
+++ b/media/filters/ffmpeg_demuxer_unittest.cc
@@ -1346,6 +1346,11 @@ TEST_F(FFmpegDemuxerTest, Read_Mp4_Multiple_Tracks) {
EXPECT_EQ(audio_track2.language(), "und");
}
+TEST_F(FFmpegDemuxerTest, Read_Mp4_Crbug657437) {
+ CreateDemuxer("crbug657437.mp4");
+ InitializeDemuxer();
+}
+
#endif // defined(USE_PROPRIETARY_CODECS)
TEST_F(FFmpegDemuxerTest, Read_Webm_Multiple_Tracks) {
« no previous file with comments | « media/filters/ffmpeg_demuxer.cc ('k') | media/test/data/crbug657437.mp4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698