diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-29 13:48:26 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-29 13:48:38 +0100 |
commit | 14aa358c20c222b991c56d13b4da536dc84763d3 (patch) | |
tree | ef15962a3abc4f45ac6609f0678c77a0f8ef3336 /libavcodec/vp3dsp.h | |
parent | 8265c0f43a441f2ec8eb31b6047297d8f18ebcda (diff) | |
parent | 098eed95bc1a6b2c8ac97f126f62bb74699670cf (diff) | |
download | ffmpeg-14aa358c20c222b991c56d13b4da536dc84763d3.tar.gz |
Merge commit '098eed95bc1a6b2c8ac97f126f62bb74699670cf'
* commit '098eed95bc1a6b2c8ac97f126f62bb74699670cf':
mdec: merge mdec_common_init() into decode_init().
eatgv: use fixed-width types where appropriate.
x86: Simplify some arch conditionals
bfin: Separate VP3 initialization code
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vp3dsp.h')
-rw-r--r-- | libavcodec/vp3dsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vp3dsp.h b/libavcodec/vp3dsp.h index 8ffecca780..558077f908 100644 --- a/libavcodec/vp3dsp.h +++ b/libavcodec/vp3dsp.h @@ -49,6 +49,7 @@ typedef struct VP3DSPContext { void ff_vp3dsp_init(VP3DSPContext *c, int flags); void ff_vp3dsp_init_arm(VP3DSPContext *c, int flags); +void ff_vp3dsp_init_bfin(VP3DSPContext *c, int flags); void ff_vp3dsp_init_ppc(VP3DSPContext *c, int flags); void ff_vp3dsp_init_x86(VP3DSPContext *c, int flags); |