You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge remote-tracking branch 'rdp/dshow_shared'
* rdp/dshow_shared: dshow: attempt to build shared as well as static Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -32,5 +32,8 @@ LIBAVFORMAT_$MAJOR {
|
|||||||
ff_timefilter_reset;
|
ff_timefilter_reset;
|
||||||
get_*;
|
get_*;
|
||||||
put_*;
|
put_*;
|
||||||
|
ff_codec_bmp_tags;
|
||||||
|
ff_raw_pix_fmt_tags;
|
||||||
|
ff_codec_get_id;
|
||||||
local: *;
|
local: *;
|
||||||
};
|
};
|
||||||
|
@@ -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);
|
enum AVCodecID ff_wav_codec_get_id(unsigned int tag, int bps);
|
||||||
int ff_get_wav_header(AVIOContext *pb, AVCodecContext *codec, int size);
|
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[];
|
extern const AVCodecTag ff_codec_wav_tags[];
|
||||||
|
|
||||||
void ff_parse_specific_params(AVCodecContext *stream, int *au_rate, int *au_ssize, int *au_scale);
|
void ff_parse_specific_params(AVCodecContext *stream, int *au_rate, int *au_ssize, int *au_scale);
|
||||||
|
Reference in New Issue
Block a user