Skip to content

Commit

Permalink
fix typo in codec_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushi1109 committed Dec 23, 2024
1 parent 8fd08bd commit 2408253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MediaProcessor/src/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ MediaType Engine::getMediaType() const {
if (result.find("video") != std::string_view::npos) {
// Check if the video is real video stream, not static image which is treated as video
const std::string command =
"ffprobe -v error -show_entries stream=code7c_name "
"ffprobe -v error -show_entries stream=codec_name "
"-of default=noprint_wrappers=1:nokey=1 \"" +
m_mediaPath.string() + "\"";

Expand Down

0 comments on commit 2408253

Please sign in to comment.