summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/stream_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/stream_thread.h')
-rw-r--r--apps/plugins/mpegplayer/stream_thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/stream_thread.h b/apps/plugins/mpegplayer/stream_thread.h
index 1962a66878..58cb7b93e4 100644
--- a/apps/plugins/mpegplayer/stream_thread.h
+++ b/apps/plugins/mpegplayer/stream_thread.h
@@ -106,6 +106,7 @@ enum stream_message
106 VIDEO_GET_SIZE, /* Get the video dimensions */ 106 VIDEO_GET_SIZE, /* Get the video dimensions */
107 VIDEO_PRINT_FRAME, /* Print the frame at the current position */ 107 VIDEO_PRINT_FRAME, /* Print the frame at the current position */
108 VIDEO_PRINT_THUMBNAIL, /* Print a thumbnail of the current position */ 108 VIDEO_PRINT_THUMBNAIL, /* Print a thumbnail of the current position */
109 VIDEO_SET_CLIP_RECT, /* Set the visible video area */
109#ifdef GRAY_CACHE_MAINT 110#ifdef GRAY_CACHE_MAINT
110 VIDEO_GRAY_CACHEOP, 111 VIDEO_GRAY_CACHEOP,
111#endif 112#endif