X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fstream_filter%2Fdecomp.c;h=5171ea703d8e1e326044d601e58a6815c1cc0344;hb=be19f7facceb129ef8977ed0ad2b41c593954629;hp=141cb4d1700761373c5fd8463655849c466e082c;hpb=201f61906c56caddbeaa1183e61a38de7944ab5a;p=vlc diff --git a/modules/stream_filter/decomp.c b/modules/stream_filter/decomp.c index 141cb4d170..5171ea703d 100644 --- a/modules/stream_filter/decomp.c +++ b/modules/stream_filter/decomp.c @@ -243,9 +243,6 @@ static int Control (stream_t *stream, int query, va_list args) case STREAM_GET_SIZE: *(va_arg (args, int64_t *)) = 0; break; - case STREAM_GET_MTU: - *(va_arg (args, int *)) = 0; - break; default: return VLC_EGENERIC; }