Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
4db4b3af
Commit
4db4b3af
authored
Jan 11, 2007
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the warning. thanks to Quovodis
parent
a00419ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/codec/ffmpeg/encoder.c
modules/codec/ffmpeg/encoder.c
+1
-1
No files found.
modules/codec/ffmpeg/encoder.c
View file @
4db4b3af
...
...
@@ -802,7 +802,7 @@ static block_t *EncodeVideo( encoder_t *p_enc, picture_t *p_pict )
frame
.
pts
=
AV_NOPTS_VALUE
;
}
if
(
frame
.
pts
!=
AV_NOPTS_VALUE
&&
frame
.
pts
!=
0
)
if
(
frame
.
pts
!=
(
int64_t
)
AV_NOPTS_VALUE
&&
frame
.
pts
!=
0
)
{
if
(
p_sys
->
i_last_pts
==
frame
.
pts
)
{
...
...
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