[vlc-commits] input: log that the input is thumbnailing
Thomas Guillem
git at videolan.org
Thu Mar 21 10:11:59 CET 2019
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Mar 21 10:06:15 2019 +0100| [c1004bdb1c7fa33eb3e4dad213cc6c52521f2378] | committer: Thomas Guillem
input: log that the input is thumbnailing
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c1004bdb1c7fa33eb3e4dad213cc6c52521f2378
---
src/input/input.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/input/input.c b/src/input/input.c
index 4297954d14..506e269ecc 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -302,6 +302,9 @@ static input_thread_t *Create( vlc_object_t *p_parent,
case INPUT_CREATE_OPTION_PREPARSING:
option_str = "preparsing ";
break;
+ case INPUT_CREATE_OPTION_THUMBNAILING:
+ option_str = "thumbnailing ";
+ break;
default:
option_str = "";
break;
More information about the vlc-commits
mailing list