summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-23 15:21:06 +0200
committerwm4 <wm4@nowhere>2017-06-23 16:54:09 +0200
commit9d5f33ea08ceb6bd01b3f2472ff73f5bb2a267f4 (patch)
treea3f13fe8865e37c1a7c582d48393ba785a3515c0 /player
parentcafff87d3a6067170ea56369a0a2373cafb64414 (diff)
downloadmpv-9d5f33ea08ceb6bd01b3f2472ff73f5bb2a267f4.tar.bz2
mpv-9d5f33ea08ceb6bd01b3f2472ff73f5bb2a267f4.tar.xz
command: add git hashes for some GPL-only parts
For context.
Diffstat (limited to 'player')
-rw-r--r--player/command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/player/command.c b/player/command.c
index 0c22efea29..9a23601636 100644
--- a/player/command.c
+++ b/player/command.c
@@ -4955,6 +4955,7 @@ int run_command(struct MPContext *mpctx, struct mp_cmd *cmd, struct mpv_node *re
}
#if HAVE_GPL
+ // Possibly GPL due to 7a71da01d64374ce22b430590f3df32c881288bd.
case MP_CMD_ADD:
case MP_CMD_CYCLE:
{
@@ -5304,6 +5305,7 @@ int run_command(struct MPContext *mpctx, struct mp_cmd *cmd, struct mpv_node *re
}
#if HAVE_GPL
+ // Possibly GPL due to 2f376d1b39913e8ff4c4499e7cf7148ec331d4db.
case MP_CMD_SUB_ADD:
case MP_CMD_AUDIO_ADD: {
if (!mpctx->playing)