Skip to content

Commit e19c602

Browse files
committed
Cosmetic changes.
1 parent b534c16 commit e19c602

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Source/VlcMedia/Private/Player/VlcMediaPlayer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ void FVlcMediaPlayer::Close()
108108
Player = nullptr;
109109

110110
// reset fields
111-
CaptionTracks.Reset();
112111
CurrentTime = FTimespan::Zero();
113112
MediaSource.Close();
114113
Tracks.Reset();

Source/VlcMedia/Private/Player/VlcMediaPlayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class FVlcMediaPlayer
9191

9292
private:
9393

94-
/** The video callback handler. */
94+
/** The audio callback handler. */
9595
FVlcMediaAudioHandler AudioHandler;
9696

9797
/** The available caption tracks. */

0 commit comments

Comments
 (0)