[vlc-devel] commit: Removed dead code. (Laurent Aimar )

git version control git at videolan.org
Mon May 11 22:19:13 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Mar 17 22:19:38 2009 +0100| [6701b274cdc557eb7c0e7978c90c7a4f610edec0] | committer: Laurent Aimar 

Removed dead code.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6701b274cdc557eb7c0e7978c90c7a4f610edec0
---

 include/vlc_codecs.h |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/include/vlc_codecs.h b/include/vlc_codecs.h
index 85176d0..c9ff329 100644
--- a/include/vlc_codecs.h
+++ b/include/vlc_codecs.h
@@ -393,31 +393,4 @@ static inline void sf_tag_to_fourcc( GUID *guid_tag,
     if( ppsz_name ) *ppsz_name = sub_format_tag_to_fourcc[i].psz_name;
 }
 
-/**
- * Structure to hold information concerning subtitles.
- * Used between demuxers and decoders of subtitles.
- */
-typedef struct es_sys_t
-{
-    char               *psz_header; /* for 'ssa ' and 'subt' */
-
-    /* for spudec */
-    unsigned int        i_orig_height;
-    unsigned int        i_orig_width;
-    unsigned int        i_origin_x;
-    unsigned int        i_origin_y;
-    unsigned int        i_scale_h;
-    unsigned int        i_scale_v;
-    unsigned int        i_alpha;
-    bool          b_smooth;
-    mtime_t             i_fade_in;
-    mtime_t             i_fade_out;
-    unsigned int        i_align;
-    mtime_t             i_time_offset;
-    bool          b_forced_subs;
-    unsigned int        palette[16];
-    unsigned int        colors[4];
-
-} subtitle_data_t;
-
 #endif /* "codecs.h" */




More information about the vlc-devel mailing list