diff options
Diffstat (limited to 'sub/dec_sub.h')
-rw-r--r-- | sub/dec_sub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/dec_sub.h b/sub/dec_sub.h index 40a882c9f0..53b42e484e 100644 --- a/sub/dec_sub.h +++ b/sub/dec_sub.h @@ -22,6 +22,7 @@ enum sd_ctrl { SD_CTRL_SET_VIDEO_PARAMS, SD_CTRL_GET_RESOLUTION, SD_CTRL_SET_TOP, + SD_CTRL_CLEAR, }; struct dec_sub *sub_create(struct mpv_global *global); |