On Sat, 31 Dec 2011 14:51:39 -0500, Justin Ruggles <[email protected]> wrote: > the previous documentation indicated how many bytes are read from the input, > not how many samples are read. > --- > libavcodec/avcodec.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > index 4f24f72..4e80de8 100644 > --- a/libavcodec/avcodec.h > +++ b/libavcodec/avcodec.h > @@ -4207,7 +4207,7 @@ void avsubtitle_free(AVSubtitle *sub); > * The number of samples read from this buffer is frame_size*channels, > * both of which are defined in avctx. > * For PCM audio the number of samples read from samples is equal to
Shouldn't it say 'samples per channel' then? -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
