Do not uselessly name structs

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24519 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-09-15 10:59:27 +00:00
parent 32c6bdf8c7
commit 749b59ce6c
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ extern int sub_justify;
#define TY_V 1
#define TY_A 2
typedef struct stmf_fileParts
typedef struct
{
off_t startOffset;
off_t fileSize;
@ -83,7 +83,7 @@ typedef struct stmf_fileParts
#define MAX_TMF_PARTS 16
typedef struct sTivoInfo
typedef struct
{
int whichChunk;