comparison Gui/mplayer/play.h @ 1823:a6c67352ccac

fix some bug.
author pontscho
date Sat, 01 Sep 2001 17:53:07 +0000
parents c68e82514f56
children 773ae4ba43f5
comparison
equal deleted inserted replaced
1822:85dda3b18445 1823:a6c67352ccac
44 int Track; 44 int Track;
45 int AudioType; 45 int AudioType;
46 int StreamType; 46 int StreamType;
47 int TimeSec; 47 int TimeSec;
48 int LengthInSec; 48 int LengthInSec;
49 int FrameDrop;
49 50
50 char Filename[4096]; 51 char Filename[4096];
51 int FilenameChanged; 52 int FilenameChanged;
52 53
53 int SkinChange; 54 int SkinChange;