[vlc-devel] commit: Remove duplicate T140 codec definition (Pierre Ynard )

git version control git at videolan.org
Wed Sep 23 15:35:07 CEST 2009


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed Sep 23 15:33:48 2009 +0200| [ec24ba1a07a9d9b2390e70cfebc1e4a3fb68fe62] | committer: Pierre Ynard 

Remove duplicate T140 codec definition

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

 src/misc/fourcc.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 79389b5..7acc8f7 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -1114,9 +1114,6 @@ static const entry_t p_list_spu[] = {
     B(VLC_CODEC_ITU_T140, "ITU T.140 subtitles"),
         A("t140"),
 
-    B(VLC_CODEC_ITU_T140, "ITU T.140 subtitles"),
-        A("t140"),
-
     B(VLC_CODEC_USF, "USF subtitles"),
         A("usf "),
 




More information about the vlc-devel mailing list