summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/disk_buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/disk_buf.h')
-rw-r--r--apps/plugins/mpegplayer/disk_buf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/disk_buf.h b/apps/plugins/mpegplayer/disk_buf.h
index 79c3328535..04b4675768 100644
--- a/apps/plugins/mpegplayer/disk_buf.h
+++ b/apps/plugins/mpegplayer/disk_buf.h
@@ -84,7 +84,7 @@ struct disk_buf
84 bool need_seek; /* Need to seek because a read was not contiguous */ 84 bool need_seek; /* Need to seek because a read was not contiguous */
85}; 85};
86 86
87extern struct disk_buf disk_buf NOCACHEBSS_ATTR; 87extern struct disk_buf disk_buf SHAREDBSS_ATTR;
88 88
89static inline bool disk_buf_is_data_ready(struct stream_hdr *sh, 89static inline bool disk_buf_is_data_ready(struct stream_hdr *sh,
90 ssize_t margin) 90 ssize_t margin)