Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Apr 20, 2024
1 parent 731a983 commit 10e4e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Common/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -13600,6 +13600,7 @@
}
},
"Camera preview" : {
"extractionState" : "stale",
"localizations" : {
"de" : {
"stringUnit" : {
Expand Down
2 changes: 1 addition & 1 deletion Moblin/HaishinKit/Sources/MPEG/ADTS.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Foundation

struct ADTSHeader {
enum ADTSHeader {
static let size: Int = 7
}

0 comments on commit 10e4e4e

Please sign in to comment.