Changeset 9899037d in ffmpeg

Timestamp:
Sep 15, 2011, 10:42:47 PM (13 years ago)
Author:
Stefano Sabatini <stefasab@gmail.com>
Branches:
master
Children:
ea8de109
Parents:
98b906e1
git-author:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (09/12/11 23:46:29)
git-committer:
Stefano Sabatini <stefasab@gmail.com> (09/15/11 22:42:47)
Message:

lavfi: rename avfilter_all_* function names to avfilter_make_all_*

A function name should tell what the function does rather than what
the function returns. This also avoids possible conflicts
(e.g. between a function and a public list of all supported formats),
and clarifies the code.

Breaks audio API/ABI, add a backward compatibility layer for video
API/ABI.

(No files)

Note: See TracChangeset for help on using the changeset viewer.