diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-12-05 15:22:05 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-23 10:09:14 +0100 |
commit | c06e73929199c4bdbb32ffb3d81c27ea57dd1458 (patch) | |
tree | 4579150b9e45347b091454bf3245a82d7e97748d /libavcodec/h263.h | |
parent | 0c7986df444273b0e53d3992ba9cc1108bd6a386 (diff) | |
download | ffmpeg-c06e73929199c4bdbb32ffb3d81c27ea57dd1458.tar.gz |
lavc: Drop deprecated extended aspect ratio symbol
Deprecated in 10/2013.
Diffstat (limited to 'libavcodec/h263.h')
-rw-r--r-- | libavcodec/h263.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h263.h b/libavcodec/h263.h index 3e54204f0f..ce697da20e 100644 --- a/libavcodec/h263.h +++ b/libavcodec/h263.h @@ -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 |