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

Unified Diff: media/filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc

Issue 691233002: Added aac bitstream converter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Figured it out Created 6 years, 1 month 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
Index: media/filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc
diff --git a/media/filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc b/media/filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc
index e5a1a6402d884ff444f548f3cd2b293d50098843..e1900e8a1350a051acdaddfe2bfc4643ae104859 100644
--- a/media/filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc
+++ b/media/filters/ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc
@@ -328,8 +328,7 @@ TEST_F(FFmpegH264ToAnnexBBitstreamConverterTest, Conversion_FailureNullParams) {
CreatePacket(test_packet.get(), kPacketDataOkWithFieldLen4,
sizeof(kPacketDataOkWithFieldLen4));
- // Try out the actual conversion (should be successful and allocate new
- // packet and destroy the old one). This should fail due to missing extradata.
+ // Try out the actual conversion. This should fail due to missing extradata.
EXPECT_FALSE(converter.ConvertPacket(test_packet.get()));
// Converted will be automatically cleaned up.

Powered by Google App Engine
This is Rietveld 408576698