From patchwork Mon Nov 14 21:03:13 2005 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Lucke X-Patchwork-Id: 12092 Received: from einhorn.in-berlin.de ([192.109.42.8] ident=root) by www.linuxtv.org with esmtp (Exim 4.50) id 1EblTx-0008Lz-Gf for vdr@linuxtv.org; Mon, 14 Nov 2005 22:03:17 +0100 X-Envelope-From: stefan@lucke.in-berlin.de X-Envelope-To: Received: from jarada.farpoint.de (p54BF5E05.dip.t-dialin.net [84.191.94.5]) by einhorn.in-berlin.de (8.12.10/8.12.10/Debian-4) with ESMTP id jAEL3Exg020379 for ; Mon, 14 Nov 2005 22:03:14 +0100 Received: from localhost (localhost [127.0.0.1]) by jarada.farpoint.de (Postfix) with ESMTP id 39D86752D5 for ; Mon, 14 Nov 2005 22:03:14 +0100 (CET) From: Stefan Lucke To: vdr@linuxtv.org Subject: Re: [vdr] Softdevice-logs getting flodded Date: Mon, 14 Nov 2005 22:03:13 +0100 User-Agent: KMail/1.5.4 References: <4377D8A0.709@mountaincable.net> <200511142056.33416.stefan@lucke.in-berlin.de> <4378F286.8090000@mountaincable.net> In-Reply-To: <4378F286.8090000@mountaincable.net> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200511142203.13880.stefan@lucke.in-berlin.de> X-Spam-Score: (-0.365) AWL,BAYES_05,FORGED_RCVD_HELO X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2005 21:03:17 -0000 Status: O X-Status: X-Keywords: X-UID: 6118 On Montag, 14. November 2005 21:24, Dave wrote: > Here is some more: > > Nov 14 15:26:13 vdr vdr[7109]: [VideoOut]: aspect changed (0 -> 0 ; > 3ff5dddddddddddd -> 3ff5555555555555) > Nov 14 15:26:13 vdr vdr[7109]: [VideoOut]: 544x480 [0,0 544x480] -> > 800x600 [0,0 800x600] > Nov 14 15:26:13 vdr vdr[7109]: [VideoOut]: aspect changed (0 -> 0 ; > 3ff5555555555555 -> 3ff5555555555555) That should be identical values. Please try this inline patch. Index: video.c =================================================================== RCS file: /cvsroot/softdevice/softdevice/video.c,v retrieving revision 1.36 diff -U3 -r1.36 video.c --- video.c 27 Oct 2005 05:30:52 -0000 1.36 +++ video.c 14 Nov 2005 20:56:35 -0000 @@ -319,7 +319,7 @@ void cVideoOut::CheckAspectDimensions(AVFrame *picture, AVCodecContext *context) { - double new_asp; + volatile double new_asp; /* -------------------------------------------------------------------------- * check and handle changes of dimensions first