diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-12-05 14:33:00 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-23 10:09:13 +0100 |
commit | 1146bb3babca3973e88005d267cd06210d6ac075 (patch) | |
tree | c8eba17d4356003982aa73025cb66b9260f4ab09 /libavcodec/avcodec.h | |
parent | 5c1585c4c3b5281835d784c5daef0069915ccd57 (diff) | |
download | ffmpeg-1146bb3babca3973e88005d267cd06210d6ac075.tar.gz |
lavc: Drop deprecated voxware codec entry
Deprecated in 08/2013.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index f5711baa35..3a007fad1a 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -531,9 +531,6 @@ enum AVCodecID { AV_CODEC_ID_MLP, AV_CODEC_ID_GSM_MS, /* as found in WAV */ AV_CODEC_ID_ATRAC3, -#if FF_API_VOXWARE - AV_CODEC_ID_VOXWARE, -#endif AV_CODEC_ID_APE, AV_CODEC_ID_NELLYMOSER, AV_CODEC_ID_MUSEPACK8, |