diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2001-07-23 20:58:31 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2001-07-23 20:58:31 +0000 |
commit | d771bcae33d7503796235d2199186a821582cd09 (patch) | |
tree | 6c6e9ac97e768ea0f61212663f51d12c888d0793 /libavcodec/avcodec.h | |
parent | 980fc7b83458fe6bbd58910813ba7ad3faf6cf76 (diff) | |
download | ffmpeg-d771bcae33d7503796235d2199186a821582cd09.tar.gz |
added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer)
Originally committed as revision 9 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 8516d2a176..f3462aa17a 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -174,4 +174,3 @@ int avcodec_encode_video(AVCodecContext *avctx, UINT8 *buf, int buf_size, int avcodec_close(AVCodecContext *avctx); void avcodec_register_all(void); -void avcodec_register_more(void); |