Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
f7696989
Commit
f7696989
authored
Dec 19, 2002
by
Zdenek Kabelac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fix for empty image queue
Originally committed as revision 1342 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
8154d2e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mpeg12.c
libavcodec/mpeg12.c
+1
-1
No files found.
libavcodec/mpeg12.c
View file @
f7696989
...
@@ -1718,7 +1718,7 @@ eos: //end of slice
...
@@ -1718,7 +1718,7 @@ eos: //end of slice
s
->
picture_number
++
;
s
->
picture_number
++
;
/* latency of 1 frame for I and P frames */
/* latency of 1 frame for I and P frames */
/* XXX: use another variable than picture_number */
/* XXX: use another variable than picture_number */
if
(
s
->
picture_number
==
1
)
{
if
(
s
->
last_picture
.
data
[
0
]
==
NULL
)
{
return
DECODE_SLICE_OK
;
return
DECODE_SLICE_OK
;
}
else
{
}
else
{
*
pict
=
*
(
AVFrame
*
)
&
s
->
last_picture
;
*
pict
=
*
(
AVFrame
*
)
&
s
->
last_picture
;
...
...
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