diff options
author | wm4 <wm4@nowhere> | 2013-09-13 19:07:30 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-09-13 21:32:28 +0200 |
commit | ea1200111d984e697b5b9d789d23db3f8f73e209 (patch) | |
tree | c75044e07b17ff4b151dda124902e8a9004af8dc /mpvcore/mplayer.c | |
parent | 6cec60a454889907df46bf37adddfd874884b24d (diff) | |
download | mpv-ea1200111d984e697b5b9d789d23db3f8f73e209.tar.bz2 mpv-ea1200111d984e697b5b9d789d23db3f8f73e209.tar.xz |
core: restore user-set video and audio filters with resume functionality
This requires adding a function that converts the filter list back to a
string.
Diffstat (limited to 'mpvcore/mplayer.c')
-rw-r--r-- | mpvcore/mplayer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mpvcore/mplayer.c b/mpvcore/mplayer.c index d20f321042..542098b5e3 100644 --- a/mpvcore/mplayer.c +++ b/mpvcore/mplayer.c @@ -841,6 +841,8 @@ static const char *backup_properties[] = { "saturation", "hue", "deinterlace", + "vf", + "af", "panscan", "aid", "vid", |