Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
ed807810
Commit
ed807810
authored
Jun 26, 2014
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demux: mp4: move mfro size to libmp4
parent
4a4bfdbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
modules/demux/mp4/libmp4.h
modules/demux/mp4/libmp4.h
+1
-0
modules/demux/mp4/mp4.c
modules/demux/mp4/mp4.c
+0
-2
No files found.
modules/demux/mp4/libmp4.h
View file @
ed807810
...
...
@@ -276,6 +276,7 @@
struct
MP4_Box_s
;
#define MP4_MFRO_BOXSIZE 16
/* uuid Universal Unique IDentifiers */
typedef
struct
UUID_s
...
...
modules/demux/mp4/mp4.c
View file @
ed807810
...
...
@@ -4605,7 +4605,6 @@ static bool AddFragment( demux_t *p_demux, MP4_Box_t *p_moox )
return
true
;
}
#define MP4_MFRO_BOXSIZE 16
static
int
ProbeIndex
(
demux_t
*
p_demux
)
{
demux_sys_t
*
p_sys
=
p_demux
->
p_sys
;
...
...
@@ -4643,7 +4642,6 @@ static int ProbeIndex( demux_t *p_demux )
return
stream_Seek
(
p_demux
->
s
,
i_backup_pos
);
}
#undef MP4_MFRO_BOXSIZE
static
int
ProbeFragments
(
demux_t
*
p_demux
,
bool
b_force
)
{
...
...
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