diff options
author | Clément Bœsch <u@pkh.me> | 2016-02-21 12:58:36 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2016-02-26 21:53:34 +0100 |
commit | 22ebbda637257a432c99330ca4c6024665418f0e (patch) | |
tree | 149ca54d92cc1915326106f1fc8cb1ae04a922c1 /libavcodec/version.h | |
parent | fa2df3a40124bf1d0dc11999f5a578d40a29d553 (diff) | |
download | ffmpeg-22ebbda637257a432c99330ca4c6024665418f0e.tar.gz |
lavc: deprecate decoded ass subtitles with timings
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index decc4a4c46..10a10a7e56 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -211,5 +211,8 @@ #ifndef FF_API_PRIVATE_OPT #define FF_API_PRIVATE_OPT (LIBAVCODEC_VERSION_MAJOR < 59) #endif +#ifndef FF_API_ASS_TIMING +#define FF_API_ASS_TIMING (LIBAVCODEC_VERSION_MAJOR < 59) +#endif #endif /* AVCODEC_VERSION_H */ |