Browse Source

添加 LOG

jsonwang 3 years ago
parent
commit
bd4a345952
1 changed files with 2 additions and 0 deletions
  1. 2 0
      BFFramework/Classes/PQGPUImage/akfilters/PQMovieFilter.swift

+ 2 - 0
BFFramework/Classes/PQGPUImage/akfilters/PQMovieFilter.swift

@@ -250,6 +250,8 @@ public class PQMovieFilter: PQBaseFilter {
                 readNextVideoFrame(showTimeStamp: showtimeStamp)
                 
                 framebufferIndex = framebufferIndex + 1
+            }else{
+                FilterLog(message: "movefilter 已经不显示了")
             }
         }