From 88730be65153f4a59916d971842fdaed3e0fd72b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Thu, 24 Feb 2005 19:08:50 +0000 Subject: =?UTF-8?q?kill=20warnings=20patch=20by=20(M=C3=A5ns=20Rullg=C3=A5?= =?UTF-8?q?rd=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/img2.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libavformat/img2.c') diff --git a/libavformat/img2.c b/libavformat/img2.c index fcf7310208..4cfd9eb6ba 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -97,16 +97,6 @@ static enum CodecID av_str2id(const IdStrMap *tags, const char *str) 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) -- cgit v1.2.1