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
a41dcb95
Commit
a41dcb95
authored
Oct 09, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Av* move GetVlcDspMask from avcodec.h to avcommon.h
parent
4a742a33
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
modules/codec/avcodec/avcodec.h
modules/codec/avcodec/avcodec.h
+0
-2
modules/codec/avcodec/avcommon.h
modules/codec/avcodec/avcommon.h
+2
-0
modules/codec/avcodec/cpu.c
modules/codec/avcodec/cpu.c
+1
-1
modules/demux/Modules.am
modules/demux/Modules.am
+1
-0
No files found.
modules/codec/avcodec/avcodec.h
View file @
a41dcb95
...
...
@@ -29,8 +29,6 @@ int GetVlcFourcc( int i_ffmpeg_codec, int *pi_cat,
vlc_fourcc_t
*
pi_fourcc
,
const
char
**
ppsz_name
);
void
GetVlcAudioFormat
(
vlc_fourcc_t
*
,
unsigned
*
pi_bits
,
int
i_sample_fmt
);
unsigned
GetVlcDspMask
(
void
);
picture_t
*
DecodeVideo
(
decoder_t
*
,
block_t
**
);
block_t
*
DecodeAudio
(
decoder_t
*
,
block_t
**
);
subpicture_t
*
DecodeSubtitle
(
decoder_t
*
p_dec
,
block_t
**
);
...
...
modules/codec/avcodec/avcommon.h
View file @
a41dcb95
...
...
@@ -29,6 +29,8 @@
#include <vlc_configuration.h>
#include <vlc_variables.h>
unsigned
GetVlcDspMask
(
void
);
#ifdef HAVE_LIBAVFORMAT_AVFORMAT_H
# include <libavformat/avformat.h>
static
inline
void
vlc_init_avformat
(
void
)
...
...
modules/codec/avcodec/cpu.c
View file @
a41dcb95
...
...
@@ -27,7 +27,7 @@
#define HAVE_MMX 1
#include <libavcodec/avcodec.h>
#include "avco
dec
.h"
#include "avco
mmon
.h"
/**
* Maps CPU capabilities computed by VLC to libav DSP mask.
...
...
modules/demux/Modules.am
View file @
a41dcb95
...
...
@@ -44,6 +44,7 @@ libavi_plugin_la_LIBADD = $(AM_LIBADD)
libavformat_plugin_la_SOURCES = avformat/demux.c \
../codec/avcodec/fourcc.c \
../codec/avcodec/chroma.c \
../codec/avcodec/cpu.c \
../codec/avcodec/avcommon.h \
vobsub.h \
avformat/avformat.c avformat/avformat.h
...
...
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