[FFmpeg-cvslog] r24183 - trunk/libavcodec/libvorbis.c
skal
subversion
Sun Jul 11 08:40:05 CEST 2010
Author: skal
Date: Sun Jul 11 08:40:05 2010
New Revision: 24183
Log:
use avccontext->frame_size where appropriate
Modified:
trunk/libavcodec/libvorbis.c
Modified: trunk/libavcodec/libvorbis.c
==============================================================================
--- trunk/libavcodec/libvorbis.c Sun Jul 11 07:06:08 2010 (r24182)
+++ trunk/libavcodec/libvorbis.c Sun Jul 11 08:40:05 2010 (r24183)
@@ -145,7 +145,7 @@ static int oggvorbis_encode_frame(AVCode
int l;
if(data) {
- int samples = OGGVORBIS_FRAME_SIZE;
+ const int samples = avccontext->frame_size;
float **buffer ;
int c, channels = context->vi.channels;
More information about the ffmpeg-cvslog
mailing list