Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
2b12d6fc
Commit
2b12d6fc
authored
Feb 01, 2008
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add const
Originally committed as revision 11756 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
ec9f6493
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mxf.c
libavformat/mxf.c
+2
-1
No files found.
libavformat/mxf.c
View file @
2b12d6fc
...
...
@@ -244,7 +244,8 @@ static int mxf_get_stream_index(AVFormatContext *s, KLVPacket *klv)
static
int
mxf_get_d10_aes3_packet
(
ByteIOContext
*
pb
,
AVStream
*
st
,
AVPacket
*
pkt
,
int64_t
length
)
{
uint8_t
buffer
[
61444
];
uint8_t
*
buf_ptr
,
*
end_ptr
,
*
data_ptr
;
const
uint8_t
*
buf_ptr
,
*
end_ptr
;
uint8_t
*
data_ptr
;
int
i
;
if
(
length
>
61444
)
/* worst case PAL 1920 samples 8 channels */
...
...
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