Quoting Vittorio Giovara (2015-10-01 00:06:30) > This silence a few warnings and matches more closely av_image_*: > - avpicture_fill() reads a const pointer > - avpicture_layout() uses uint8_t instead of unsigned char > > Signed-off-by: Vittorio Giovara <[email protected]> > ---
Doesn't this produce new warnings, since you're assigning const ptr to non-const data? -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
