Files
FFmpeg/libavfilter
Stefano Sabatini 3c56a421d8 lavfi: avoid void* arithmetic in defaults.c:set_common_formats()
void* pointer arithmetic semantics is undefined, use uint8_t* instead.

Also fix GCC warnings:
defaults.c: In function ‘set_common_formats’:
defaults.c:184: warning: pointer of type ‘void *’ used in arithmetic
defaults.c:189: warning: pointer of type ‘void *’ used in arithmetic
2011-08-06 13:18:09 +02:00
..
2011-06-02 20:06:00 +01:00
2011-07-21 11:00:47 +02:00
2011-05-25 12:54:07 +02:00