Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
aa715cdc
Commit
aa715cdc
authored
Feb 07, 2013
by
rogerdpack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dshow: attempt to build shared as well as static
Signed-off-by:
rogerdpack
<
rogerpack2005@gmail.com
>
parent
a92816c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
libavformat.v
libavformat/libavformat.v
+3
-0
riff.h
libavformat/riff.h
+1
-1
No files found.
libavformat/libavformat.v
View file @
aa715cdc
...
...
@@ -32,5 +32,8 @@ LIBAVFORMAT_$MAJOR {
ff_timefilter_reset
;
get_
*;
put_
*;
ff_codec_bmp_tags
;
ff_raw_pix_fmt_tags
;
ff_codec_get_id
;
local:
*;
};
libavformat/riff.h
View file @
aa715cdc
...
...
@@ -51,7 +51,7 @@ int ff_put_wav_header(AVIOContext *pb, AVCodecContext *enc);
enum
AVCodecID
ff_wav_codec_get_id
(
unsigned
int
tag
,
int
bps
);
int
ff_get_wav_header
(
AVIOContext
*
pb
,
AVCodecContext
*
codec
,
int
size
);
extern
const
AVCodecTag
ff_codec_bmp_tags
[];
extern
av_export
const
AVCodecTag
ff_codec_bmp_tags
[];
extern
const
AVCodecTag
ff_codec_wav_tags
[];
void
ff_parse_specific_params
(
AVCodecContext
*
stream
,
int
*
au_rate
,
int
*
au_ssize
,
int
*
au_scale
);
...
...
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