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
4c35990d
Commit
4c35990d
authored
Mar 16, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FFMPEG_COMMON_MEMBERS => AVCODEC_COMMON_MEMBERS
parent
83602675
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
modules/codec/avcodec/audio.c
modules/codec/avcodec/audio.c
+1
-1
modules/codec/avcodec/avcodec.c
modules/codec/avcodec/avcodec.c
+1
-1
modules/codec/avcodec/avcodec.h
modules/codec/avcodec/avcodec.h
+1
-1
modules/codec/avcodec/subtitle.c
modules/codec/avcodec/subtitle.c
+1
-1
modules/codec/avcodec/video.c
modules/codec/avcodec/video.c
+1
-1
No files found.
modules/codec/avcodec/audio.c
View file @
4c35990d
...
...
@@ -50,7 +50,7 @@
*****************************************************************************/
struct
decoder_sys_t
{
FFMPEG
_COMMON_MEMBERS
AVCODEC
_COMMON_MEMBERS
/* Temporary buffer for libavcodec */
int
i_output_max
;
...
...
modules/codec/avcodec/avcodec.c
View file @
4c35990d
...
...
@@ -59,7 +59,7 @@
struct
decoder_sys_t
{
/* Common part between video and audio decoder */
FFMPEG
_COMMON_MEMBERS
AVCODEC
_COMMON_MEMBERS
};
/****************************************************************************
...
...
modules/codec/avcodec/avcodec.h
View file @
4c35990d
...
...
@@ -256,7 +256,7 @@ int ffmpeg_OpenCodec( decoder_t *p_dec );
"for encoding the audio bitstream. It takes the following options: " \
"main, low, ssr (not supported) and ltp (default: main)" )
#define
FFMPEG
_COMMON_MEMBERS \
#define
AVCODEC
_COMMON_MEMBERS \
int i_cat; \
int i_codec_id; \
const char *psz_namecodec; \
...
...
modules/codec/avcodec/subtitle.c
View file @
4c35990d
...
...
@@ -50,7 +50,7 @@
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 25, 0 )
struct
decoder_sys_t
{
FFMPEG
_COMMON_MEMBERS
AVCODEC
_COMMON_MEMBERS
};
static
subpicture_t
*
ConvertSubtitle
(
decoder_t
*
,
AVSubtitle
*
,
mtime_t
pts
);
...
...
modules/codec/avcodec/video.c
View file @
4c35990d
...
...
@@ -61,7 +61,7 @@
*****************************************************************************/
struct
decoder_sys_t
{
FFMPEG
_COMMON_MEMBERS
AVCODEC
_COMMON_MEMBERS
/* Video decoder specific part */
mtime_t
i_pts
;
...
...
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