Browse Source

lavc: Drop deprecated av_fast_malloc() compatibility

Deprecated in 10/2013.
tags/n4.0
Vittorio Giovara 8 years ago
parent
commit
06c20d3e32
2 changed files with 0 additions and 8 deletions
  1. +0
    -5
      libavcodec/avcodec.h
  2. +0
    -3
      libavcodec/version.h

+ 0
- 5
libavcodec/avcodec.h View File

@@ -41,11 +41,6 @@

#include "version.h"

#if FF_API_FAST_MALLOC
// to provide fast_*alloc
#include "libavutil/mem.h"
#endif

/**
* @defgroup libavc Encoding/Decoding Library
* @{


+ 0
- 3
libavcodec/version.h View File

@@ -47,9 +47,6 @@
* the public API and may change, break or disappear at any time.
*/

#ifndef FF_API_FAST_MALLOC
#define FF_API_FAST_MALLOC (LIBAVCODEC_VERSION_MAJOR < 58)
#endif
#ifndef FF_API_EMU_EDGE
#define FF_API_EMU_EDGE (LIBAVCODEC_VERSION_MAJOR < 58)
#endif


Loading…
Cancel
Save