From 092bf60b8daa8baf08b8c195f57892312a5acfd2 Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 25 Mar 2002 03:19:06 +0000 Subject: [PATCH] 100l :( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5328 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/codec-cfg.c b/codec-cfg.c index d5f52d0c15..39269a4533 100644 --- a/codec-cfg.c +++ b/codec-cfg.c @@ -698,12 +698,10 @@ codecs_t* find_codec(unsigned int fourcc,unsigned int *fourccmap, if(!i) return NULL; for (/* NOTHING */; i--; c++) { if(start && c<=start) continue; - if(c->flags&CODECS_FLAG_SELECTED) continue; for (j = 0; j < CODECS_MAX_FOURCC; j++) { if (c->fourcc[j]==fourcc || c->driver==0) { if (fourccmap) *fourccmap = c->fourccmap[j]; - c->flags|=CODECS_FLAG_SELECTED; return c; } }