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! :)

_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to