Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
5ab31c4e
Commit
5ab31c4e
authored
Nov 05, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Compilation fix. One to many )
parent
3f41f383
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/codec/ffmpeg/encoder.c
modules/codec/ffmpeg/encoder.c
+2
-2
No files found.
modules/codec/ffmpeg/encoder.c
View file @
5ab31c4e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* encoder.c: video and audio encoder using the ffmpeg library
* encoder.c: video and audio encoder using the ffmpeg library
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* Copyright (C) 1999-2001 VideoLAN
* $Id: encoder.c,v 1.
5 2003/11/05 18:59:01 gbazi
n Exp $
* $Id: encoder.c,v 1.
6 2003/11/05 23:32:31 hartma
n Exp $
*
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com>
* Gildas Bazin <gbazin@netcourrier.com>
...
@@ -159,7 +159,7 @@ int E_(OpenVideoEncoder)( vlc_object_t *p_this )
...
@@ -159,7 +159,7 @@ int E_(OpenVideoEncoder)( vlc_object_t *p_this )
av_d2q
(
p_enc
->
i_aspect
*
p_context
->
height
/
p_context
->
width
/
av_d2q
(
p_enc
->
i_aspect
*
p_context
->
height
/
p_context
->
width
/
VOUT_ASPECT_FACTOR
,
255
);
VOUT_ASPECT_FACTOR
,
255
);
#else
#else
p_context
->
aspect_ratio
=
((
float
)
p_enc
->
i_aspect
)
/
VOUT_ASPECT_FACTOR
)
;
p_context
->
aspect_ratio
=
((
float
)
p_enc
->
i_aspect
)
/
VOUT_ASPECT_FACTOR
;
#endif
#endif
p_context
->
gop_size
=
p_enc
->
i_key_int
>=
0
?
p_enc
->
i_key_int
:
50
;
p_context
->
gop_size
=
p_enc
->
i_key_int
>=
0
?
p_enc
->
i_key_int
:
50
;
...
...
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