changeset 6697:1310a89b0dcd libavcodec

fix 1 frame config decoding
author bcoudurier
date Sat, 26 Apr 2008 14:10:31 +0000
parents c3182ffe1689
children 06f422f73ade
files mpegaudiodec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpegaudiodec.c	Sat Apr 26 14:08:34 2008 +0000
+++ b/mpegaudiodec.c	Sat Apr 26 14:10:31 2008 +0000
@@ -2595,7 +2595,7 @@
         }
 
         ff_mpegaudio_decode_header(m, header);
-        out_size += mp_decode_frame(m, decoded_buf, buf, fsize);
+        out_size += mp_decode_frame(m, outptr, buf, fsize);
         buf += fsize;
         len -= fsize;