1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 20:21:49 +00:00

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

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;