Skip to content

Commit

Permalink
Replace log line. Older ffmpeg versions seem to not parse the VPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Apr 19, 2024
1 parent c629790 commit 8271f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ffmpegTest/ffmpegTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ TEST(FFmpegTest, DemuxPacketsAndCheckFFmpegCallbackLogs)

EXPECT_TRUE(libsAndLogs.containsLogEntry(
{LogLevel::Debug, "Got Packet with DTS -1024 PTS 0 Flags [Keyframe]"}));
EXPECT_TRUE(libsAndLogs.containsLogEntry({LogLevel::Debug, "Decoding VUI\n"}));
EXPECT_TRUE(libsAndLogs.containsLogEntry({LogLevel::Debug, "nal_unit_type: 8(PPS), nal_ref_idc: 3\n"}));
EXPECT_TRUE(libsAndLogs.containsLogEntry({LogLevel::Debug, "stream 0, sample 0, dts -23220\n"}));
}

Expand Down

0 comments on commit 8271f5e

Please sign in to comment.