Skip to content

Commit

Permalink
EasyPlayer RTSP Windows v2.0.17.0709
Browse files Browse the repository at this point in the history
  • Loading branch information
babosa committed Jul 9, 2017
1 parent 933dd0e commit 38608bf
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion win32/EasyPlayerWebActiveX/EasyPlayerManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "./libEasyPlayer/libEasyPlayerAPI.h"

//Gavin's Source Struct流信息结构
//Sword's Source Struct流信息结构
typedef struct __EASY_LOCAL_SOURCE_T
{
int rtspSourceId;
Expand Down
4 changes: 2 additions & 2 deletions win32/bin/Main_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<Font name="微软雅黑" size="15" italic="true"/>
<Font name="微软雅黑" size="15" />

<String text="EasyPlayer" font="1" color="#FFFFFF" pos="0,0,40,7,300,42" id="1"/>
<String text="Version: 1.3.17.0507 Powered by SwordTwelve/Gavin QQ交流群:544917793" font="2" color="#FFFFFF" pos="3,3,810,25,0,0" id="2"/>
<String text="EasyPlayer RTSP播放器" font="1" color="#FFFFFF" pos="0,0,40,7,300,42" id="1"/>
<String text="Version: 2.0.17.0709 Powered by EasyDarwin Team QQ交流群:544917793" font="2" color="#FFFFFF" pos="3,3,810,25,0,0" id="2"/>
<String text="Log" font="3" color="#000000" pos="3,3,40,125,5,105" id="3"/>

<Image path="Res\Skin\header.png" pos="0,3,0,0,0,0" id="1"/>
Expand Down
2 changes: 1 addition & 1 deletion win32/libEasyPlayer/ChannelManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Github: https://github.com/EasyDarwin
WEChat: EasyDarwin
Website: http://www.easydarwin.org
Author: Gavin@easydarwin.org
Author: Sword@easydarwin.org
*/
#include "ChannelManager.h"
#include <time.h>
Expand Down
2 changes: 1 addition & 1 deletion win32/libEasyPlayer/ChannelManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Github: https://github.com/EasyDarwin
WEChat: EasyDarwin
Website: http://www.easydarwin.org
Author: Gavin@easydarwin.org
Author: Sword@easydarwin.org
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion win32/libEasyPlayer/SoundPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Github: https://github.com/EasyDarwin
WEChat: EasyDarwin
Website: http://www.easydarwin.org
Author: Gavin@easydarwin.org
Author: Sword@easydarwin.org
*/
#include "SoundPlayer.h"
#include "trace.h"
Expand Down
2 changes: 1 addition & 1 deletion win32/libEasyPlayer/SoundPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Github: https://github.com/EasyDarwin
WEChat: EasyDarwin
Website: http://www.easydarwin.org
Author: Gavin@easydarwin.org
Author: Sword@easydarwin.org
*/
#pragma once

Expand Down
2 changes: 1 addition & 1 deletion win32/libEasyPlayer/libEasyPlayerAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Github: https://github.com/EasyDarwin
WEChat: EasyDarwin
Website: http://www.easydarwin.org
Author: Gavin@easydarwin.org
Author: Sword@easydarwin.org
*/
#include "libEasyPlayerAPI.h"
#include "ChannelManager.h"
Expand Down
2 changes: 1 addition & 1 deletion win32/libEasyPlayer/libEasyPlayerAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Github: https://github.com/EasyDarwin
WEChat: EasyDarwin
Website: http://www.easydarwin.org
Author: Gavin@easydarwin.org
Author: Sword@easydarwin.org
*/

#ifndef __LIB_EASY_PLAYER_API_H__
Expand Down
2 changes: 1 addition & 1 deletion win32/libEasyPlayer/ssqueue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Github: https://github.com/EasyDarwin
WEChat: EasyDarwin
Website: http://www.easydarwin.org
Author: Gavin@easydarwin.org
Author: Sword@easydarwin.org
*/
#include "ssqueue.h"
#include <time.h>
Expand Down
2 changes: 1 addition & 1 deletion win32/libEasyPlayer/ssqueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Github: https://github.com/EasyDarwin
WEChat: EasyDarwin
Website: http://www.easydarwin.org
Author: Gavin@easydarwin.org
Author: Sword@easydarwin.org
*/
#ifndef __SHARE_MEMORY_QUEUE_H__
#define __SHARE_MEMORY_QUEUE_H__
Expand Down
2 changes: 1 addition & 1 deletion win32/libEasyPlayer/trace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Github: https://github.com/EasyDarwin
WEChat: EasyDarwin
Website: http://www.easydarwin.org
Author: Gavin@easydarwin.org
Author: Sword@easydarwin.org
*/
#include "trace.h"

Expand Down
2 changes: 1 addition & 1 deletion win32/libEasyPlayer/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Github: https://github.com/EasyDarwin
WEChat: EasyDarwin
Website: http://www.easydarwin.org
Author: Gavin@easydarwin.org
Author: Sword@easydarwin.org
*/
#ifndef __TRACE_H__
#define __TRACE_H__
Expand Down
2 changes: 1 addition & 1 deletion win32/libEasyPlayer/vstime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Github: https://github.com/EasyDarwin
WEChat: EasyDarwin
Website: http://www.easydarwin.org
Author: Gavin@easydarwin.org
Author: Sword@easydarwin.org
*/
#include "vstime.h"
#include <winsock2.h>
Expand Down
2 changes: 1 addition & 1 deletion win32/libEasyPlayer/vstime.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Github: https://github.com/EasyDarwin
WEChat: EasyDarwin
Website: http://www.easydarwin.org
Author: Gavin@easydarwin.org
Author: Sword@easydarwin.org
*/
#ifndef __VS_TIME_H__
#define __VS_TIME_H__
Expand Down

0 comments on commit 38608bf

Please sign in to comment.