Skip to content

Commit

Permalink
revert default mode to H264
Browse files Browse the repository at this point in the history
  • Loading branch information
glouel committed Jun 9, 2019
1 parent 3afc714 commit b7ea4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aerial/Source/Controllers/Preferences.swift
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ final class Preferences {
var defaultValues = [Identifiers: Any]()
defaultValues[.differentAerialsOnEachDisplay] = false
defaultValues[.cacheAerials] = true
defaultValues[.videoFormat] = VideoFormat.v1080pHEVC
defaultValues[.videoFormat] = VideoFormat.v1080pH264
defaultValues[.showDescriptions] = true
defaultValues[.useCommunityDescriptions] = true
defaultValues[.showDescriptionsMode] = DescriptionMode.fade10seconds
Expand Down

0 comments on commit b7ea4ec

Please sign in to comment.