comparison mp3lameaudio.c @ 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 d6521bbbab5e
children fce0a2520551
comparison
equal deleted inserted replaced
268:09ae29b27ed9 269:0bae80322c6d
79 } 79 }
80 80
81 /* lame 3.91 outputs the first frame as garbage */ 81 /* lame 3.91 outputs the first frame as garbage */
82 if (s->first_frame) 82 if (s->first_frame)
83 s->first_frame = num = 0; 83 s->first_frame = num = 0;
84
85 return num; 84 return num;
86 } 85 }
87 86
88 int MP3lame_encode_close(AVCodecContext *avctx) 87 int MP3lame_encode_close(AVCodecContext *avctx)
89 { 88 {