mirror of https://github.com/odrling/Aegisub
Kill the ffms2 group and make it all 'ffms'
Originally committed to SVN as r3335.
This commit is contained in:
parent
cdfbcd6681
commit
2fcd872218
|
@ -7,7 +7,6 @@
|
|||
@defgroup custom_control Custom Control
|
||||
@defgroup export Export
|
||||
@defgroup ffms FFmpegSource support.
|
||||
@defgroup ffms2 FFmpegSource2 support.
|
||||
@defgroup font_collector Font collector
|
||||
@defgroup kanji_timer Kanji Timer
|
||||
@defgroup libosxutil libosxutil
|
||||
|
|
|
@ -13,7 +13,6 @@ Main
|
|||
|
||||
Library
|
||||
- @ref ffms
|
||||
- @ref ffms2
|
||||
- @ref quicktime
|
||||
- @ref matroska
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
/// @file audio_provider_ffmpegsource.cpp
|
||||
/// @brief ffms2-based audio provider
|
||||
/// @ingroup audio_input ffms2
|
||||
/// @ingroup audio_input ffms
|
||||
///
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
/// @file audio_provider_ffmpegsource.h
|
||||
/// @see audio_provider_ffmpegsource.cpp
|
||||
/// @ingroup audio_input ffms2
|
||||
/// @ingroup audio_input ffms
|
||||
///
|
||||
|
||||
///////////
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
// $Id$
|
||||
|
||||
/// @file ffmpegsource_common.cpp
|
||||
/// @brief Shared code for ffms2 video and audio providers
|
||||
/// @ingroup video_input audio_input ffms2
|
||||
/// @brief Shared code for ffms video and audio providers
|
||||
/// @ingroup video_input audio_input ffms
|
||||
///
|
||||
|
||||
#include "config.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
/// @file ffmpegsource_common.h
|
||||
/// @see ffmpegsource_common.cpp
|
||||
/// @ingroup video_input audio_input ffms2
|
||||
/// @ingroup video_input audio_input ffms
|
||||
///
|
||||
|
||||
#pragma once
|
||||
|
|
Loading…
Reference in New Issue