Skip to content

Commit

Permalink
StrategyTryAnnexbWhenParseVspFromSeqHeaderFailed init with true
Browse files Browse the repository at this point in the history
  • Loading branch information
q191201771 committed May 11, 2024
1 parent f723fac commit 12f45c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hevc/var.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ var Log = nazalog.GetGlobalLogger()
// StrategyTryAnnexbWhenParseVspFromSeqHeaderFailed 从seq header中解析vps/sps/pps失败时,尝试按annexb格式解析
//
// https://github.com/q191201771/lal/pull/353
var StrategyTryAnnexbWhenParseVspFromSeqHeaderFailed = false
var StrategyTryAnnexbWhenParseVspFromSeqHeaderFailed = true

0 comments on commit 12f45c2

Please sign in to comment.