diff options
author | wm4 <wm4@nowhere> | 2014-02-17 02:52:26 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-02-17 02:52:59 +0100 |
commit | 5fcf4b46f7e1eea43a2e675a6be3fa99c2dd4dd6 (patch) | |
tree | e46f60111fa1655b6c9b394330050eaa84d2b9ab /DOCS | |
parent | b3b59b9a2d51d57656eda965d02762131b0bd5b7 (diff) | |
download | mpv-5fcf4b46f7e1eea43a2e675a6be3fa99c2dd4dd6.tar.bz2 mpv-5fcf4b46f7e1eea43a2e675a6be3fa99c2dd4dd6.tar.xz |
client API: add events for video and audio reconfig
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/lua.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/en/lua.rst b/DOCS/man/en/lua.rst index 89abcb00b5..25f1a81f96 100644 --- a/DOCS/man/en/lua.rst +++ b/DOCS/man/en/lua.rst @@ -391,3 +391,9 @@ List of events ``client-message`` Undocumented (used internally). + +``video-reconfig`` + Happens on video output or filter reconfig. + +``audio-reconfig`` + Happens on audio output or filter reconfig. |