Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Steve Lhomme
vlc
Commits
896387bb
Commit
896387bb
authored
Jan 07, 2016
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stream_filter: cache_block: fix comments
parent
d2f9d361
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/stream_filter/cache_block.c
modules/stream_filter/cache_block.c
+3
-3
No files found.
modules/stream_filter/cache_block.c
View file @
896387bb
...
...
@@ -47,10 +47,10 @@
/* How many tracks we have, currently only used for stream mode */
#ifdef OPTIMIZE_MEMORY
/* Max size of our cache 128K
o per track
*/
/* Max size of our cache 128K
iB per stream
*/
# define STREAM_CACHE_SIZE (1024*128)
#else
/* Max size of our cache 4
Mo per track
*/
/* Max size of our cache 4
8MiB per stream
*/
# define STREAM_CACHE_SIZE (4*12*1024*1024)
#endif
...
...
@@ -61,7 +61,7 @@
/* Method: Simple, for pf_block.
* We get blocks and put them in the linked list.
* We release blocks once the total size is bigger than
CACHE_BLOCK
_SIZE
* We release blocks once the total size is bigger than
STREAM_CACHE
_SIZE
*/
struct
stream_sys_t
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment