mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-11 06:58:18 +00:00
lavc: Drop deprecated extended aspect ratio symbol
Deprecated in 10/2013.
This commit is contained in:
parent
0c7986df44
commit
c06e739291
@ -1620,10 +1620,6 @@ typedef struct AVCodecContext {
|
||||
*/
|
||||
int coded_width, coded_height;
|
||||
|
||||
#if FF_API_ASPECT_EXTENDED
|
||||
#define FF_ASPECT_EXTENDED 15
|
||||
#endif
|
||||
|
||||
/**
|
||||
* the number of pictures in a group of pictures, or 0 for intra_only
|
||||
* - encoding: Set by user.
|
||||
|
@ -31,9 +31,7 @@
|
||||
#include "h263data.h"
|
||||
#include "rl.h"
|
||||
|
||||
#if !FF_API_ASPECT_EXTENDED
|
||||
#define FF_ASPECT_EXTENDED 15
|
||||
#endif
|
||||
#define INT_BIT (CHAR_BIT * sizeof(int))
|
||||
|
||||
// The defines below define the number of bits that are read at once for
|
||||
|
@ -47,9 +47,6 @@
|
||||
* the public API and may change, break or disappear at any time.
|
||||
*/
|
||||
|
||||
#ifndef FF_API_ASPECT_EXTENDED
|
||||
#define FF_API_ASPECT_EXTENDED (LIBAVCODEC_VERSION_MAJOR < 58)
|
||||
#endif
|
||||
#ifndef FF_API_ARCH_ALPHA
|
||||
#define FF_API_ARCH_ALPHA (LIBAVCODEC_VERSION_MAJOR < 58)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user