Browse Source

1.解决视频黑边问题

wenweiwei 3 years ago
parent
commit
d6727f71a2

+ 1 - 1
BFFramework/Classes/Utils/PQSingletoVideoPlayer.swift

@@ -36,7 +36,7 @@ public class PQSingletoVideoPlayer: NSObject {
         config.maxCacheItems = 5
         player.config = config
         player.vodDelegate = self
-        player.setRenderMode(.RENDER_MODE_FILL_EDGE)
+        player.setRenderMode(.RENDER_MODE_FILL_SCREEN)
         return player
     }()
 

File diff suppressed because it is too large
+ 450 - 452
Example/Pods/Pods.xcodeproj/project.pbxproj


Some files were not shown because too many files changed in this diff