Commit 48ec5870 authored by Laurent Aimar's avatar Laurent Aimar

* demux.c: added new DEMUX_* queries to demux2_vaControlHelper.

parent 58ff3e0b
...@@ -226,6 +226,8 @@ int demux2_vaControlHelper( stream_t *s, ...@@ -226,6 +226,8 @@ int demux2_vaControlHelper( stream_t *s,
case DEMUX_GET_FPS: case DEMUX_GET_FPS:
case DEMUX_GET_META: case DEMUX_GET_META:
case DEMUX_SET_NEXT_DEMUX_TIME:
case DEMUX_GET_TITLE_INFO:
return VLC_EGENERIC; return VLC_EGENERIC;
default: default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment