From 8e7efbc975ecc078689a2dc3c0241a88abb9385e Mon Sep 17 00:00:00 2001 From: clee Date: Sun, 15 Apr 2007 08:41:11 +0000 Subject: Cleaning up some compiler warnings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@508 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/muxmp4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhb/muxmp4.c') diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c index a3c7135ac..8a1ee6b2d 100644 --- a/libhb/muxmp4.c +++ b/libhb/muxmp4.c @@ -154,7 +154,7 @@ static int MP4Init( hb_mux_object_t * m ) /* end of transformation matrix */ /* firstAudioTrack will be used to reference the first audio track when we add a chapter track */ - MP4TrackId firstAudioTrack; + MP4TrackId firstAudioTrack = 0; /* add the audio tracks */ for( i = 0; i < hb_list_count( title->list_audio ); i++ ) -- cgit v1.2.3