< <-> > confusion

Original commit message from CVS:
< <-> > confusion
This commit is contained in:
Ronald S. Bultje 2003-10-26 12:00:25 +00:00
parent 8358d67b73
commit b34d003bfe

View 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;
}