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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/mpegplayer/stream_thread.h b/apps/plugins/mpegplayer/stream_thread.h
index 58cb7b93e4..ddacb4bd9a 100644
--- a/apps/plugins/mpegplayer/stream_thread.h
+++ b/apps/plugins/mpegplayer/stream_thread.h
@@ -107,9 +107,6 @@ enum stream_message
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 VIDEO_SET_CLIP_RECT, /* Set the visible video area */
110#ifdef GRAY_CACHE_MAINT
111 VIDEO_GRAY_CACHEOP,
112#endif
113 STREAM_MESSAGE_LAST, 110 STREAM_MESSAGE_LAST,
114}; 111};
115 112