]> git.sesse.net Git - vlc/blobdiff - modules/stream_filter/decomp.c
Removed useless ACCESS_GET_MTU/STREAM_GET_MTU.
[vlc] / modules / stream_filter / decomp.c
index 141cb4d1700761373c5fd8463655849c466e082c..5171ea703d8e1e326044d601e58a6815c1cc0344 100644 (file)
@@ -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;
     }