changeset 24859:f9495196e2d8

Disable function that is only used in disabled code, fixes warning: yuv4mpeg.c:147: warning: 'y4m_snprint_xtags' defined but not used
author diego
date Tue, 30 Oct 2007 08:06:39 +0000
parents ca10b24479ff
children 324dd17d4aaa
files libmpdemux/yuv4mpeg.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/yuv4mpeg.c	Tue Oct 30 07:54:56 2007 +0000
+++ b/libmpdemux/yuv4mpeg.c	Tue Oct 30 08:06:39 2007 +0000
@@ -143,6 +143,7 @@
 
 
 
+#if 0
 static int y4m_snprint_xtags(char *s, int maxn, y4m_xtag_list_t *xtags)
 {
   int i, room;
@@ -157,6 +158,7 @@
   s[1] = '\0';  /* ...and end-of-string           */
   return Y4M_OK;
 }
+#endif
 
 
 int y4m_xtag_count(const y4m_xtag_list_t *xtags)