From 5e342fd1ccf18c4c15615f85d7c490435a6b8be0 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sun, 28 Nov 2010 17:12:12 +0100 Subject: Fixed GetBroadcastLength for TS-recordings Added proper handling of components in SaveInfo Added France3 and France5 logos Added pixfmt 12 --- command/video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command/video.cpp') 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) { -- cgit v1.2.3