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
0258e4dc
Commit
0258e4dc
authored
Oct 06, 2013
by
Marton Balint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffplay: add null packet after attached pics packet
Fixes ticket #2904. Signed-off-by:
Marton Balint
<
cus@passwd.hu
>
parent
b118d3e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ffplay.c
ffplay.c
+1
-0
No files found.
ffplay.c
View file @
0258e4dc
...
...
@@ -2904,6 +2904,7 @@ static int read_thread(void *arg)
if
((
ret
=
av_copy_packet
(
&
copy
,
&
is
->
video_st
->
attached_pic
))
<
0
)
goto
fail
;
packet_queue_put
(
&
is
->
videoq
,
&
copy
);
packet_queue_put_nullpacket
(
&
is
->
videoq
,
is
->
video_stream
);
}
is
->
queue_attachments_req
=
0
;
}
...
...
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