summaryrefslogtreecommitdiffstats
path: root/player/video.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-05-23 04:24:04 +0200
committerwm4 <wm4@nowhere>2020-05-23 04:24:04 +0200
commit502e7987d8d85cb1d9eb3b3d1af38a1a92cc04e8 (patch)
tree0fb2e497ebbcb1e4898f565845065ad0902a7c63 /player/video.c
parente822207ab4f860c062fce78ba75c5d32290f4163 (diff)
downloadmpv-502e7987d8d85cb1d9eb3b3d1af38a1a92cc04e8.tar.bz2
mpv-502e7987d8d85cb1d9eb3b3d1af38a1a92cc04e8.tar.xz
player: remove some display-adrop leftovers
Forgotten in one of the previous commits. Also undeprecates display-adrop since it's out of sight now.
Diffstat (limited to 'player/video.c')
-rw-r--r--player/video.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/player/video.c b/player/video.c
index b82999f403..7b4cd86444 100644
--- a/player/video.c
+++ b/player/video.c
@@ -800,12 +800,6 @@ static void handle_display_sync_frame(struct MPContext *mpctx,
mpctx->display_sync_active = false;
- if (mode == VS_DISP_ADROP && !mpctx->audio_drop_deprecated_msg) {
- MP_WARN(mpctx, "video-sync=display-adrop mode is deprecated and will "
- "be removed in the future.\n");
- mpctx->audio_drop_deprecated_msg = true;
- }
-
if (!VS_IS_DISP(mode))
return;
bool resample = mode == VS_DISP_RESAMPLE || mode == VS_DISP_RESAMPLE_VDROP ||