Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
bbf92477
Commit
bbf92477
authored
Nov 17, 2003
by
Laurent Aimar
Browse files
* transcode: hmmm, the compil fix was for this file ...
parent
a8f3c4ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/stream_out/transcode.c
View file @
bbf92477
...
...
@@ -2,7 +2,7 @@
* transcode.c
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* $Id: transcode.c,v 1.5
0
2003/11/1
6 21:07:31 gbazin
Exp $
* $Id: transcode.c,v 1.5
1
2003/11/1
7 02:55:22 fenrir
Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com>
...
...
@@ -1024,7 +1024,7 @@ static int transcode_video_ffmpeg_new( sout_stream_t *p_stream,
(
av_q2d
(
id
->
ff_dec_c
->
sample_aspect_ratio
)
*
id
->
ff_dec_c
->
width
/
id
->
ff_dec_c
->
height
);
#else
id
->
p_encoder
->
video
.
fmt_in
.
i_aspect
=
VOUT_ASPECT_FACTOR
*
id
->
p_encoder
->
fmt_in
.
video
.
i_aspect
=
VOUT_ASPECT_FACTOR
*
id
->
ff_dec_c
->
aspect_ratio
;
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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