Author | SHA1 | Message | Date |
---|---|---|---|
|
cd99146253 | lavfi: add error handling to filter_samples(). | 13 years ago |
|
fd2784c3b5 |
af_join: initialize a variable to shut up gcc warning.
The warning silenced was: libavfilter/af_join.c: In function ‘join_request_frame’: libavfilter/af_join.c:451:9: warning: ‘nb_samples’ may be used uninitialized in this function [-Wuninitialized] |
13 years ago |
|
a5e8c41c28 |
lavfi: remove 'opaque' parameter from AVFilter.init()
It is not used in any filters currently and is inherently evil. If passing binary data to filters is required in the future, it should be done with some AVOptions-based system. |
13 years ago |
|
dc07fb6f7b |
lavfi: add join audio filter.
It joins multiple input streams into one multi-channel output. |
13 years ago |