Mercurial > libavcodec.hg
changeset 8719:2dbf614093ea libavcodec
Remove H.264 encoder initialization.
We have no H.264 encoder to speak of and this produces warnings.
author | diego |
---|---|
date | Sun, 01 Feb 2009 14:07:08 +0000 |
parents | e9d9d946f213 |
children | 052c676c433b |
files | dsputil.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/dsputil.c Sun Feb 01 02:00:19 2009 +0000 +++ b/dsputil.c Sun Feb 01 14:07:08 2009 +0000 @@ -4497,9 +4497,6 @@ #if CONFIG_WMV2_DECODER || CONFIG_VC1_DECODER || CONFIG_WMV3_DECODER ff_intrax8dsp_init(c,avctx); #endif -#if CONFIG_H264_ENCODER - ff_h264dspenc_init(c,avctx); -#endif #if CONFIG_RV30_DECODER ff_rv30dsp_init(c,avctx); #endif