Defriend VideoContext and AudioProvider
Originally committed to SVN as r5691.
This commit is contained in:
parent
ea2525cd00
commit
bdcc2ec170
1 changed files with 0 additions and 3 deletions
|
@ -53,7 +53,6 @@
|
||||||
#include <libaegisub/vfr.h>
|
#include <libaegisub/vfr.h>
|
||||||
|
|
||||||
class AegiVideoFrame;
|
class AegiVideoFrame;
|
||||||
class AudioProvider;
|
|
||||||
class SubtitlesProviderErrorEvent;
|
class SubtitlesProviderErrorEvent;
|
||||||
class ThreadedFrameSource;
|
class ThreadedFrameSource;
|
||||||
class VideoProvider;
|
class VideoProvider;
|
||||||
|
@ -70,8 +69,6 @@ namespace agi {
|
||||||
///
|
///
|
||||||
/// DOCME
|
/// DOCME
|
||||||
class VideoContext : public wxEvtHandler {
|
class VideoContext : public wxEvtHandler {
|
||||||
friend class AudioProvider;
|
|
||||||
|
|
||||||
/// Current frame number changed (new frame number)
|
/// Current frame number changed (new frame number)
|
||||||
agi::signal::Signal<int> Seek;
|
agi::signal::Signal<int> Seek;
|
||||||
/// A new video was opened
|
/// A new video was opened
|
||||||
|
|
Loading…
Reference in a new issue