[vlc-commits] player: reorganize header
Thomas Guillem
git at videolan.org
Wed Aug 7 16:33:56 CEST 2019
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Jun 17 08:44:49 2019 +0200| [b864046a745a75df696f896b7b5195776bc456d5] | committer: Thomas Guillem
player: reorganize header
Group every struct/enum/functions by group instead of having all structs, all
enums then all functions.
Split the header by the following doxygen groups:
- Player instance
- Playback control
- Title and chapter control
- Program control
- Tracks control
- Tracks synchronisation (delay)
- Teletext control
- External renderer control
- Audio output control
- Video output control
- Player events
No functional changes.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b864046a745a75df696f896b7b5195776bc456d5
---
include/vlc_player.h | 3602 ++++++++++++++++++++++++++------------------------
1 file changed, 1840 insertions(+), 1762 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=b864046a745a75df696f896b7b5195776bc456d5
More information about the vlc-commits
mailing list