On Sat, 30 Jun 2012, Martin Storsjö wrote:
From: "Ronald S. Bultje" <[email protected]>--- This removes the useless const declarations from the pointer parameters from the previous version, and the useless assert. When passing pointers to the full 2D array, it's not possible to add const qualifiers to the second level of the array (without casts). libavcodec/snowenc.c | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-)
Is this one ok to go in now? // Martin
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
