Browse Source

avcodec: Drop deprecated VIMA codecid

Deprecated in 02/2015.

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n4.0
James Almer 8 years ago
parent
commit
5ad1a989b6
2 changed files with 0 additions and 6 deletions
  1. +0
    -3
      libavcodec/avcodec.h
  2. +0
    -3
      libavcodec/version.h

+ 0
- 3
libavcodec/avcodec.h View File

@@ -520,9 +520,6 @@ enum AVCodecID {
AV_CODEC_ID_ADPCM_G722,
AV_CODEC_ID_ADPCM_IMA_APC,
AV_CODEC_ID_ADPCM_VIMA,
#if FF_API_VIMA_DECODER
AV_CODEC_ID_VIMA = AV_CODEC_ID_ADPCM_VIMA,
#endif

AV_CODEC_ID_ADPCM_AFC = 0x11800,
AV_CODEC_ID_ADPCM_IMA_OKI,


+ 0
- 3
libavcodec/version.h View File

@@ -51,9 +51,6 @@
* at once through the bump. This improves the git bisect-ability of the change.
*/

#ifndef FF_API_VIMA_DECODER
#define FF_API_VIMA_DECODER (LIBAVCODEC_VERSION_MAJOR < 58)
#endif
#ifndef FF_API_LOWRES
#define FF_API_LOWRES (LIBAVCODEC_VERSION_MAJOR < 59)
#endif


Loading…
Cancel
Save