forked from mia/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
6 changed files with 5 additions and 7 deletions
|
@ -7,7 +7,6 @@
|
||||||
@defgroup custom_control Custom Control
|
@defgroup custom_control Custom Control
|
||||||
@defgroup export Export
|
@defgroup export Export
|
||||||
@defgroup ffms FFmpegSource support.
|
@defgroup ffms FFmpegSource support.
|
||||||
@defgroup ffms2 FFmpegSource2 support.
|
|
||||||
@defgroup font_collector Font collector
|
@defgroup font_collector Font collector
|
||||||
@defgroup kanji_timer Kanji Timer
|
@defgroup kanji_timer Kanji Timer
|
||||||
@defgroup libosxutil libosxutil
|
@defgroup libosxutil libosxutil
|
||||||
|
|
|
@ -13,7 +13,6 @@ Main
|
||||||
|
|
||||||
Library
|
Library
|
||||||
- @ref ffms
|
- @ref ffms
|
||||||
- @ref ffms2
|
|
||||||
- @ref quicktime
|
- @ref quicktime
|
||||||
- @ref matroska
|
- @ref matroska
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
/// @file audio_provider_ffmpegsource.cpp
|
/// @file audio_provider_ffmpegsource.cpp
|
||||||
/// @brief ffms2-based audio provider
|
/// @brief ffms2-based audio provider
|
||||||
/// @ingroup audio_input ffms2
|
/// @ingroup audio_input ffms
|
||||||
///
|
///
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
/// @file audio_provider_ffmpegsource.h
|
/// @file audio_provider_ffmpegsource.h
|
||||||
/// @see audio_provider_ffmpegsource.cpp
|
/// @see audio_provider_ffmpegsource.cpp
|
||||||
/// @ingroup audio_input ffms2
|
/// @ingroup audio_input ffms
|
||||||
///
|
///
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
|
|
|
@ -30,8 +30,8 @@
|
||||||
// $Id$
|
// $Id$
|
||||||
|
|
||||||
/// @file ffmpegsource_common.cpp
|
/// @file ffmpegsource_common.cpp
|
||||||
/// @brief Shared code for ffms2 video and audio providers
|
/// @brief Shared code for ffms video and audio providers
|
||||||
/// @ingroup video_input audio_input ffms2
|
/// @ingroup video_input audio_input ffms
|
||||||
///
|
///
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
/// @file ffmpegsource_common.h
|
/// @file ffmpegsource_common.h
|
||||||
/// @see ffmpegsource_common.cpp
|
/// @see ffmpegsource_common.cpp
|
||||||
/// @ingroup video_input audio_input ffms2
|
/// @ingroup video_input audio_input ffms
|
||||||
///
|
///
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
Loading…
Reference in a new issue