[Libav-user] Converting audio sample buffer format

"René J.V. Bertin" rjvbertin at gmail.com
Tue Feb 26 23:17:26 CET 2013


On Feb 26, 2013, at 23:04, Nicolas George wrote:

> You can not do pointer arithmetic with void pointers. Therefore, for some
> simple task (for example, copying n samples from position m to position p),

Other than using memcpy or memmove? ;)

> having the pointer already with a suitable type avoids an additional cast.

Ok, so I should have dared to guess aloud! :)



More information about the Libav-user mailing list