diff options
author | clee <[email protected]> | 2007-04-15 08:41:11 +0000 |
---|---|---|
committer | clee <[email protected]> | 2007-04-15 08:41:11 +0000 |
commit | 8e7efbc975ecc078689a2dc3c0241a88abb9385e (patch) | |
tree | c5ed87c40da1803e35eba18550a9018dff729205 /libhb/muxmp4.c | |
parent | 73c8d09e51695e5a12cfca5354391fc264a21e28 (diff) |
Cleaning up some compiler warnings.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@508 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/muxmp4.c')
-rw-r--r-- | libhb/muxmp4.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++ ) |