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
e1f5cdc4
Commit
e1f5cdc4
authored
Jan 08, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/codec/ffmpeg/ffmpeg.c: oops.
parent
2847f434
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modules/codec/ffmpeg/ffmpeg.c
modules/codec/ffmpeg/ffmpeg.c
+2
-1
No files found.
modules/codec/ffmpeg/ffmpeg.c
View file @
e1f5cdc4
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* ffmpeg.c: video decoder using ffmpeg library
* ffmpeg.c: video decoder using ffmpeg library
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* Copyright (C) 1999-2001 VideoLAN
* $Id: ffmpeg.c,v 1.7
0 2004/01/08 12:07:07 hartma
n Exp $
* $Id: ffmpeg.c,v 1.7
1 2004/01/08 15:11:35 gbazi
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>
...
@@ -110,6 +110,7 @@ vlc_module_begin();
...
@@ -110,6 +110,7 @@ vlc_module_begin();
set_callbacks
(
E_
(
OpenEncoder
),
E_
(
CloseEncoder
)
);
set_callbacks
(
E_
(
OpenEncoder
),
E_
(
CloseEncoder
)
);
/* demux submodule */
/* demux submodule */
add_submodule
();
set_description
(
_
(
"ffmpeg demuxer"
)
);
set_description
(
_
(
"ffmpeg demuxer"
)
);
set_capability
(
"demux2"
,
1
);
set_capability
(
"demux2"
,
1
);
set_callbacks
(
E_
(
OpenDemux
),
E_
(
CloseDemux
)
);
set_callbacks
(
E_
(
OpenDemux
),
E_
(
CloseDemux
)
);
...
...
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