public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/vdr/files: vdr-2.0.0-fixkeeptracksinit.diff
@ 2013-04-06 15:13 Joerg Bornkessel (hd_brummy)
  0 siblings, 0 replies; only message in thread
From: Joerg Bornkessel (hd_brummy) @ 2013-04-06 15:13 UTC (permalink / raw
  To: gentoo-commits

hd_brummy    13/04/06 15:13:39

  Added:                vdr-2.0.0-fixkeeptracksinit.diff
  Log:
  fixed 'keepTracks is initialized too late in the cDevice'
  
  (Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 34C2808A)

Revision  Changes    Path
1.1                  media-video/vdr/files/vdr-2.0.0-fixkeeptracksinit.diff

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/files/vdr-2.0.0-fixkeeptracksinit.diff?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vdr/files/vdr-2.0.0-fixkeeptracksinit.diff?rev=1.1&content-type=text/plain

Index: vdr-2.0.0-fixkeeptracksinit.diff
===================================================================
the member variable keepTracks is initialized too late in the cDevice

--- device.c	2013/03/07 13:18:35	3.0
+++ device.c	2013/04/05 10:05:33
@@ -94,11 +94,11 @@
 
   player = NULL;
   isPlayingVideo = false;
+  keepTracks = false; // used in ClrAvailableTracks()!
   ClrAvailableTracks();
   currentAudioTrack = ttNone;
   currentAudioTrackMissingCount = 0;
   currentSubtitleTrack = ttNone;
-  keepTracks = false;
   liveSubtitle = NULL;
   dvbSubtitleConverter = NULL;
   autoSelectPreferredSubtitleLanguage = true;





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-06 15:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-06 15:13 [gentoo-commits] gentoo-x86 commit in media-video/vdr/files: vdr-2.0.0-fixkeeptracksinit.diff Joerg Bornkessel (hd_brummy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox