diff img2.c @ 683:095009fc2f35 libavformat

kill warnings patch by (Mns Rullgrd <mru inprovide com>)
author michael
date Thu, 24 Feb 2005 19:08:50 +0000
parents 0b52743104ac
children 12f78073e925
line wrap: on
line diff
--- a/img2.c	Thu Feb 24 15:18:02 2005 +0000
+++ b/img2.c	Thu Feb 24 19:08:50 2005 +0000
@@ -97,16 +97,6 @@
     return CODEC_ID_NONE;
 }
 
-static const char *av_id2str(const IdStrMap *tags, enum CodecID id)
-{
-    while (tags->id) {
-        if(tags->id == id)
-            return tags->str;
-        tags++;
-    }
-    return NULL;
-}
-
 /* return -1 if no image found */
 static int find_image_range(int *pfirst_index, int *plast_index, 
                             const char *path)