Remove ugly unused struct name from typedef

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24686 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-10-02 19:13:23 +00:00
parent 782dd94b29
commit 3b2eb5fec1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#include "demuxer.h"
#include "stheader.h"
typedef struct _fli_frames_t {
typedef struct {
int num_frames;
int current_frame;
off_t *filepos;