Skip to content

Commit

Permalink
fix: remove invalid url (#525)
Browse files Browse the repository at this point in the history
remove invalid  url

Log: remove invalid  url
  • Loading branch information
wyu71 authored Dec 20, 2024
1 parent a0c8e1d commit 6d88af2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/music-player/core/vlc/sdlplayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ extern "C" {
#define AUDIO_MAX_CALLBACKS_PER_SEC 30
#endif

//消息定义见patch https://gerrit.uniontech.com/c/base/libsdl2/+/23685
#define SDL_AUDIO_ERR_MSG "Error writing to datastream"
int g_playbackStatus = 0;
static int64_t g_dataCache = 0;
Expand Down

0 comments on commit 6d88af2

Please sign in to comment.