From c06e73929199c4bdbb32ffb3d81c27ea57dd1458 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Mon, 5 Dec 2016 15:22:05 -0500 Subject: lavc: Drop deprecated extended aspect ratio symbol Deprecated in 10/2013. --- libavcodec/h263.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/h263.h') 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 -- cgit v1.2.3