changeset 24666:58480b6d333f

Remove ugly unused struct name from typedef
author reimar
date Tue, 02 Oct 2007 19:13:23 +0000
parents 1f5256c663f7
children 036c49377d02
files libmpdemux/demux_fli.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_fli.c	Tue Oct 02 10:37:59 2007 +0000
+++ b/libmpdemux/demux_fli.c	Tue Oct 02 19:13:23 2007 +0000
@@ -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;