changeset 3051:10764aa201f2

There is no need to explicitly zero out sampleID here, it is a regular gulong that we will not be passing on. Code analysis run, unique ID CtYnR6.
author Tony Vroon <chainsaw@gentoo.org>
date Sat, 18 Apr 2009 19:04:18 +0100
parents 504fe83d18c9
children 95b34f46a231
files src/aac/libmp4.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/aac/libmp4.c	Sat Apr 18 19:02:31 2009 +0100
+++ b/src/aac/libmp4.c	Sat Apr 18 19:04:18 2009 +0100
@@ -594,7 +594,6 @@
         if((rc == 0) || (buffer== NULL) || (bufferSize == 0) || (bufferSize > BUFFER_SIZE)){
             g_print("MP4: read error\n");
             sampleBuffer = NULL;
-            sampleID=0;
             playback->output->buffer_free();
             playback->output->close_audio();