diff options
Diffstat (limited to 'command/video.cpp')
-rw-r--r-- | command/video.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/video.cpp b/command/video.cpp index 6f683bf..d28e752 100644 --- a/command/video.cpp +++ b/command/video.cpp @@ -207,7 +207,7 @@ int cMarkAdLogo::SobelPlane(int plane) return 0; } - if (macontext->Video.Info.Pix_Fmt!=0) + if ((macontext->Video.Info.Pix_Fmt!=0) && (macontext->Video.Info.Pix_Fmt!=12)) { if (!pixfmt_info) { |