Skip to content

Commit

Permalink
Restore the default H264 codec from x264 to OpenH264
Browse files Browse the repository at this point in the history
  • Loading branch information
Keukhan committed Oct 17, 2024
1 parent 1bf6fae commit 03d74b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projects/transcoder/transcoder_encoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ std::shared_ptr<TranscodeEncoder> TranscodeEncoder::Create(
{
switch (candidate->GetModuleId())
{
CASE_CREATE_CODEC_IFNEED(DEFAULT, EncoderAVCx264);
CASE_CREATE_CODEC_IFNEED(DEFAULT, EncoderAVCxOpenH264);
CASE_CREATE_CODEC_IFNEED(OPENH264, EncoderAVCxOpenH264);
CASE_CREATE_CODEC_IFNEED(X264, EncoderAVCx264);
CASE_CREATE_CODEC_IFNEED(QSV, EncoderAVCxQSV);
Expand Down

0 comments on commit 03d74b8

Please sign in to comment.