Skip to content

Commit

Permalink
add support for auto judge H264 or h265
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzhuohua committed Jun 19, 2024
1 parent 0a866a0 commit 6d45ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wifi/WFBReceiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ void WFBReceiver::handleRtp(uint8_t *payload, uint16_t packet_size) {
}else{
QmlNativeAPI::Instance().playerCodec = "H264";
QmlNativeAPI::Instance().PutLog("debug",
"judge Codec failed set codec "
"judge Codec failed!Set codec "
+ QmlNativeAPI::Instance().playerCodec.toStdString());
}
}
Expand Down

0 comments on commit 6d45ac1

Please sign in to comment.