vlc | branch: master | Filip Roséen <[email protected]> | Mon Oct 10 18:18:00 2016 +0200| [03987ed53ff84678428e1cd2bc20282b6aa3a7d6] | committer: Thomas Guillem
misc/image: remove useless comment The relevant section of the file was commented out in July 2005, and given that it has not received any attention since then it is better removed instead of lingering. Signed-off-by: Thomas Guillem <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=03987ed53ff84678428e1cd2bc20282b6aa3a7d6 --- src/misc/image.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/misc/image.c b/src/misc/image.c index b223edd..22d0e4b 100644 --- a/src/misc/image.c +++ b/src/misc/image.c @@ -554,17 +554,6 @@ vlc_fourcc_t image_Ext2Fourcc( const char *psz_name ) return image_Type2Fourcc( psz_name ); } -/* -static const char *Fourcc2Ext( vlc_fourcc_t i_codec ) -{ - for( unsigned i = 0; i < ARRAY_SIZE(ext_table); i++ ) - if( ext_table[i].i_codec == i_codec ) - return ext_table[i].psz_ext; - - return NULL; -} -*/ - static const struct { vlc_fourcc_t i_codec; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
