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
81a6b075
Commit
81a6b075
authored
Mar 19, 2015
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/avidec: also print frame_num in debug output
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
01775c88
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
avidec.c
libavformat/avidec.c
+3
-2
No files found.
libavformat/avidec.c
View file @
81a6b075
...
...
@@ -180,12 +180,13 @@ static int read_braindead_odml_indx(AVFormatContext *s, int frame_num)
av_dlog
(
s
,
"longs_pre_entry:%d index_type:%d entries_in_use:%d "
"chunk_id:%X base:%16"
PRIX64
"
\n
"
,
"chunk_id:%X base:%16"
PRIX64
"
frame_num:%d
\n
"
,
longs_pre_entry
,
index_type
,
entries_in_use
,
chunk_id
,
base
);
base
,
frame_num
);
if
(
stream_id
>=
s
->
nb_streams
||
stream_id
<
0
)
return
AVERROR_INVALIDDATA
;
...
...
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