mirror of https://github.com/mpv-player/mpv
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:
parent
782dd94b29
commit
3b2eb5fec1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue