From: Ronald S. Bultje Date: Sun, 26 Oct 2003 12:00:25 +0000 (+0000) Subject: < <-> > confusion X-Git-Tag: BRANCH_RELEASE-0_7_2-ROOT~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b34d003bfeeb8204c3ae6980cc2f4533d618d279;p=platform%2Fupstream%2Fgst-libav.git < <-> > confusion Original commit message from CVS: < <-> > confusion --- diff --git a/ext/ffmpeg/gstffmpegdec.c b/ext/ffmpeg/gstffmpegdec.c index 433c076..267db5d 100644 --- a/ext/ffmpeg/gstffmpegdec.c +++ b/ext/ffmpeg/gstffmpegdec.c @@ -440,7 +440,7 @@ gst_ffmpegdec_register (GstPlugin *plugin) /* no quasi-codecs, please */ if (in_plugin->id == CODEC_ID_RAWVIDEO || (in_plugin->id >= CODEC_ID_PCM_S16LE && - in_plugin->id >= CODEC_ID_PCM_ALAW)) { + in_plugin->id <= CODEC_ID_PCM_ALAW)) { goto next; }