changeset 269:0bae80322c6d libavcodec

- Fixes on MPEG demuxer to handle VOBs without System Header.
author pulento
date Sun, 17 Mar 2002 17:44:45 +0000
parents 09ae29b27ed9
children 6b51689f6717
files mp3lameaudio.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lameaudio.c	Sun Mar 17 16:31:38 2002 +0000
+++ b/mp3lameaudio.c	Sun Mar 17 17:44:45 2002 +0000
@@ -81,7 +81,6 @@
 	/* lame 3.91 outputs the first frame as garbage */
 	if (s->first_frame)
 		s->first_frame = num = 0;
-
 	return num;
 }