< <-> > confusion
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 26 Oct 2003 12:00:25 +0000 (12:00 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 26 Oct 2003 12:00:25 +0000 (12:00 +0000)
Original commit message from CVS:
< <-> > confusion

ext/ffmpeg/gstffmpegdec.c

index 433c076..267db5d 100644 (file)
@@ -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;
     }