summaryrefslogtreecommitdiffstats
path: root/player/external_files.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/external_files.h')
-rw-r--r--player/external_files.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/external_files.h b/player/external_files.h
index d2de60ee5e..e64f249c6d 100644
--- a/player/external_files.h
+++ b/player/external_files.h
@@ -21,7 +21,7 @@
#include <stdbool.h>
struct subfn {
- int type; // STREAM_SUB/STREAM_AUDIO
+ int type; // STREAM_SUB/STREAM_AUDIO/STREAM_VIDEO(coverart)
int priority;
char *fname;
char *lang;