Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thmatuza committed Nov 13, 2019
1 parent 1335ba6 commit 755cae7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Source/Sources/VideoSampleSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ open class VideoSampleSource: ISource {
case .leftMirrored:
inputImage = inputImage.oriented(.rightMirrored)
rotate = true
@unknown default:
Logger.error("unknown orientation \(orientation)")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion VideoCast.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'VideoCast'
s.version = '0.1.2'
s.version = '0.1.3'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'A framework for broadcasting live video'
s.homepage = 'https://github.com/openfresh/VideoCast-Swift'
Expand Down

0 comments on commit 755cae7

Please sign in to comment.