# HG changeset patch # User skal # Date 1278830405 0 # Node ID 189c0433589757154a4b893131355626a4964214 # Parent 2d51a2375ddf38d29381ba6d6023eec6278b051e use avccontext->frame_size where appropriate diff -r 2d51a2375ddf -r 189c04335897 libvorbis.c --- a/libvorbis.c Sun Jul 11 05:06:08 2010 +0000 +++ b/libvorbis.c Sun Jul 11 06:40:05 2010 +0000 @@ -145,7 +145,7 @@ int l; if(data) { - int samples = OGGVORBIS_FRAME_SIZE; + const int samples = avccontext->frame_size; float **buffer ; int c, channels = context->vi.channels;