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
1338ab0c
Commit
1338ab0c
authored
Jan 15, 2013
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: fix warnings
parent
34dd4212
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
modules/codec/avcodec/va.h
modules/codec/avcodec/va.h
+0
-3
modules/codec/avcodec/video.c
modules/codec/avcodec/video.c
+1
-0
No files found.
modules/codec/avcodec/va.h
View file @
1338ab0c
...
@@ -60,7 +60,4 @@ static inline int vlc_va_Extract(vlc_va_t *va, picture_t *dst, AVFrame *src)
...
@@ -60,7 +60,4 @@ static inline int vlc_va_Extract(vlc_va_t *va, picture_t *dst, AVFrame *src)
return
va
->
extract
(
va
,
dst
,
src
);
return
va
->
extract
(
va
,
dst
,
src
);
}
}
static
vlc_va_t
*
vlc_va_New
(
vlc_object_t
*
,
int
,
const
es_format_t
*
);
static
void
vlc_va_Delete
(
vlc_va_t
*
va
);
#endif
#endif
modules/codec/avcodec/video.c
View file @
1338ab0c
...
@@ -108,6 +108,7 @@ static int ffmpeg_ReGetFrameBuf( struct AVCodecContext *, AVFrame * );
...
@@ -108,6 +108,7 @@ static int ffmpeg_ReGetFrameBuf( struct AVCodecContext *, AVFrame * );
static
void
ffmpeg_ReleaseFrameBuf
(
struct
AVCodecContext
*
,
AVFrame
*
);
static
void
ffmpeg_ReleaseFrameBuf
(
struct
AVCodecContext
*
,
AVFrame
*
);
static
enum
PixelFormat
ffmpeg_GetFormat
(
AVCodecContext
*
,
static
enum
PixelFormat
ffmpeg_GetFormat
(
AVCodecContext
*
,
const
enum
PixelFormat
*
);
const
enum
PixelFormat
*
);
static
void
vlc_va_Delete
(
vlc_va_t
*
);
static
uint32_t
ffmpeg_CodecTag
(
vlc_fourcc_t
fcc
)
static
uint32_t
ffmpeg_CodecTag
(
vlc_fourcc_t
fcc
)
{
{
...
...
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