X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Favlanguage.h;h=1901e78407571a77b42620d8371caf7920e362c7;hb=252500a78fe1a31abc79e6070d16f50382c39343;hp=1d72dcb3cb6d8b46e36ab40581150a5679c58ac0;hpb=4069096dd535ee99175c2a29c1a1f59c3fc110c1;p=ffmpeg diff --git a/libavformat/avlanguage.h b/libavformat/avlanguage.h index 1d72dcb3cb6..1901e784075 100644 --- a/libavformat/avlanguage.h +++ b/libavformat/avlanguage.h @@ -21,9 +21,6 @@ #ifndef AVFORMAT_AVLANGUAGE_H #define AVFORMAT_AVLANGUAGE_H -#include "libavutil/attributes.h" -#include "libavformat/version.h" - /** * Known language codespaces */ @@ -38,9 +35,5 @@ enum AVLangCodespace { * @return NULL if the provided lang is null or invalid. */ const char *ff_convert_lang_to(const char *lang, enum AVLangCodespace target_codespace); -#if LIBAVFORMAT_VERSION_MAJOR < 58 -attribute_deprecated -const char *av_convert_lang_to(const char *lang, enum AVLangCodespace target_codespace); -#endif #endif /* AVFORMAT_AVLANGUAGE_H */