]> git.sesse.net Git - vlc/blobdiff - modules/access/vcd/vcd.c
Removed useless ACCESS_GET_MTU/STREAM_GET_MTU.
[vlc] / modules / access / vcd / vcd.c
index 08d167e96a4ac983eb293e750a58bbdf4c4bf810..14ce395b0432fec18ff13832772d1eb48d71db9f 100644 (file)
@@ -259,11 +259,6 @@ static int Control( access_t *p_access, int i_query, va_list args )
             break;
 
         /* */
-        case ACCESS_GET_MTU:
-            pi_int = (int*)va_arg( args, int * );
-            *pi_int = VCD_DATA_ONCE;
-            break;
-
         case ACCESS_GET_PTS_DELAY:
             pi_64 = (int64_t*)va_arg( args, int64_t * );
             *pi_64 = var_GetInteger( p_access, "vcd-caching" ) * 1000;