| 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.
|
|
|