Changeset fa066239 in ffmpeg
- Timestamp:
-
Jun 22, 2012, 6:58:19 PM
(12 years ago)
- Author:
- Anton Khirnov <anton@khirnov.net>
- Branches:
- master
- Children:
- 58b049f2
- Parents:
- 9ee3334
- git-author:
- Anton Khirnov <anton@khirnov.net> (06/17/12 08:09:54)
- git-committer:
- Anton Khirnov <anton@khirnov.net> (06/22/12 18:58:19)
- Message:
-
lavfi/audio: eliminate ff_default_filter_samples().
It currently does the following:
1) get a zeroed audio buffer
2) copy some properties (but not the data) of the input buffer to it
3) pass this buffer to the output filter
This looks useless and is indeed not used by any filters, therefore
delete it.
Make ff_null_filter_samples() (just pass the buffer to the next filter)
the new default.
-
(No files)
-