From 437bfc49bff25b7844b2412dff03e835a0df7c76 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Wed, 19 Sep 2012 18:16:11 +0200 Subject: Added vertical border detection for HDTV --- command/markad-standalone.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'command/markad-standalone.cpp') diff --git a/command/markad-standalone.cpp b/command/markad-standalone.cpp index cb84f2b..91ecb97 100644 --- a/command/markad-standalone.cpp +++ b/command/markad-standalone.cpp @@ -2256,6 +2256,8 @@ cMarkAdStandalone::cMarkAdStandalone(const char *Directory, const MarkAdConfig * streaminfo = new cMarkAdStreamInfo; if (macontext.Info.ChannelName) isyslog("channel %s",macontext.Info.ChannelName); + if (macontext.Info.VPid.Type==MARKAD_PIDTYPE_VIDEO_H264) + macontext.Video.Options.IgnoreAspectRatio=true; } framecnt=0; -- cgit v1.2.3