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
f2e033ac
Commit
f2e033ac
authored
Feb 28, 2010
by
Reimar Döffinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Free packets read in seek_test.
Originally committed as revision 22110 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
f65919af
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
seek_test.c
tests/seek_test.c
+1
-0
No files found.
tests/seek_test.c
View file @
f2e033ac
...
...
@@ -105,6 +105,7 @@ int main(int argc, char **argv)
ts_str
(
dts_buf
,
pkt
.
dts
,
st
->
time_base
);
ts_str
(
ts_buf
,
pkt
.
pts
,
st
->
time_base
);
printf
(
"ret:%-10s st:%2d flags:%d dts:%s pts:%s pos:%7"
PRId64
" size:%6d"
,
ret_str
(
ret
),
pkt
.
stream_index
,
pkt
.
flags
,
dts_buf
,
ts_buf
,
pkt
.
pos
,
pkt
.
size
);
av_free_packet
(
&
pkt
);
}
else
printf
(
"ret:%s"
,
ret_str
(
ret
));
// necessary to avoid trailing whitespace
printf
(
"
\n
"
);
...
...
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