]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avlanguage.h
avformat/aviobuf: End grace period of allowing 0 from read_packet
[ffmpeg] / libavformat / avlanguage.h
index 1d72dcb3cb6d8b46e36ab40581150a5679c58ac0..1901e78407571a77b42620d8371caf7920e362c7 100644 (file)
@@ -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 */