Revision 42859ddb libavcodec/libvorbis.c
libavcodec/libvorbis.c | ||
---|---|---|
145 | 145 |
int l; |
146 | 146 |
|
147 | 147 |
if(data) { |
148 |
int samples = OGGVORBIS_FRAME_SIZE;
|
|
148 |
const int samples = avccontext->frame_size;
|
|
149 | 149 |
float **buffer ; |
150 | 150 |
int c, channels = context->vi.channels; |
151 | 151 |
|
Also available in: Unified diff