]> git.sesse.net Git - vlc/blobdiff - modules/access/decklink.cpp
Remove a no-longer-relevant TODO.
[vlc] / modules / access / decklink.cpp
index d49605cf90cf105d479410a04b28c206911db324..8c5c2a2d6a55e0f8bb670233dc7eeaaad155bf2e 100644 (file)
@@ -652,7 +652,6 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
             vlc_mutex_unlock( &p_sys->pts_lock );
             return VLC_SUCCESS;
 
-        /* TODO implement others */
         default:
             return VLC_EGENERIC;
     }