diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-11-28 17:12:12 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-11-28 17:12:12 +0100 |
commit | 5e342fd1ccf18c4c15615f85d7c490435a6b8be0 (patch) | |
tree | 4db8d1dc062762fc3187373914a9125fd4d29802 /command/video.cpp | |
parent | e2430c1f20aea2082def6aa4227e7303273b72e0 (diff) | |
download | vdr-plugin-markad-5e342fd1ccf18c4c15615f85d7c490435a6b8be0.tar.gz vdr-plugin-markad-5e342fd1ccf18c4c15615f85d7c490435a6b8be0.tar.bz2 |
Fixed GetBroadcastLength for TS-recordings
Added proper handling of components in SaveInfo
Added France3 and France5 logos
Added pixfmt 12
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) { |