Janne Grunau
|
79e6e8eba2
|
avfilter: correct memcpy size avfilter_copy_buf_props()
Does not make a difference in this case since sizeof(uint8_t*) ==
sizeof(uint8_t**). Fixes CID703814.
|
2012-10-09 21:05:14 +02:00 |
Martin Storsjö
|
1d9c2dc89a
|
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
|
2012-08-15 22:32:06 +03:00 |
Robert Nagy
|
b70d89a033
|
lavfi: add avfilter_unref_bufferp()
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
2012-07-20 21:06:18 +02:00 |
Anton Khirnov
|
4a1ac8c43f
|
lavfi: move buffer management function to a separate file.
|
2012-05-15 06:53:22 +02:00 |