Skip to content

Commit df2560e

Browse files
committed
h264nal: fix minor issue
1 parent 8d87263 commit df2560e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/h264_bitstream_parser_unittest.cc

-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ TEST_F(H264BitstreamParserTest, TestSampleBitstream601) {
114114
TEST_F(H264BitstreamParserTest, TestSampleBitstream601Alt) {
115115
// init the BitstreamParserState
116116
ParsingOptions parsing_options;
117-
bool add_checksum = true;
118117
auto bitstream = H264BitstreamParser::ParseBitstream(
119118
buffer, arraysize(buffer), parsing_options);
120119
EXPECT_TRUE(bitstream != nullptr);

0 commit comments

Comments
 (0)