Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
101c52fa
Commit
101c52fa
authored
Mar 29, 2008
by
Ilkka Ollakka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small adjustment on decoder/encoder fmt_in/out for new_video_filter
parent
e2fbc684
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/stream_out/transcode.c
modules/stream_out/transcode.c
+2
-2
No files found.
modules/stream_out/transcode.c
View file @
101c52fa
...
...
@@ -2250,7 +2250,7 @@ static int transcode_video_process( sout_stream_t *p_stream,
{
id
->
pp_filter
[
id
->
i_filter
]
=
transcode_video_filter_new
(
p_stream
,
&
id
->
p_decoder
->
fmt_out
,
&
id
->
p_
encoder
->
fmt_in
,
&
id
->
p_decoder
->
fmt_out
,
&
id
->
p_
decoder
->
fmt_out
,
p_sys
->
p_deinterlace_cfg
,
p_sys
->
psz_deinterlace
);
...
...
@@ -2336,7 +2336,7 @@ static int transcode_video_process( sout_stream_t *p_stream,
{
id
->
pp_filter
[
id
->
i_filter
]
=
transcode_video_filter_new
(
p_stream
,
&
id
->
p_decoder
->
fmt_
in
,
&
id
->
p_encoder
->
fmt_in
,
&
id
->
p_decoder
->
fmt_
out
,
&
id
->
p_encoder
->
fmt_in
,
NULL
,
"crop padd"
);
if
(
!
id
->
pp_filter
[
id
->
i_filter
]
)
{
...
...
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