mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
< <-> > confusion
Original commit message from CVS: < <-> > confusion
This commit is contained in:
parent
8358d67b73
commit
b34d003bfe
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue