diff options
Diffstat (limited to 'apps/plugins/mpegplayer/stream_thread.h')
| -rw-r--r-- | apps/plugins/mpegplayer/stream_thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/stream_thread.h b/apps/plugins/mpegplayer/stream_thread.h index 1962a66..58cb7b9 100644 --- a/apps/plugins/mpegplayer/stream_thread.h +++ b/apps/plugins/mpegplayer/stream_thread.h @@ -106,6 +106,7 @@ enum stream_message VIDEO_GET_SIZE, /* Get the video dimensions */ VIDEO_PRINT_FRAME, /* Print the frame at the current position */ VIDEO_PRINT_THUMBNAIL, /* Print a thumbnail of the current position */ + VIDEO_SET_CLIP_RECT, /* Set the visible video area */ #ifdef GRAY_CACHE_MAINT VIDEO_GRAY_CACHEOP, #endif |