diff options
author | Clément Bœsch <clement@stupeflix.com> | 2014-08-18 16:32:26 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-08-24 14:35:11 +0200 |
commit | f888331769d666fd7b9cebf7d1b6d824300978cb (patch) | |
tree | 612e293481539cab0b90dac4ed5baed76baa066c /libavcodec/version.h | |
parent | 6dfa70f272d7ede75d45991c907dd93c50be1690 (diff) | |
download | ffmpeg-f888331769d666fd7b9cebf7d1b6d824300978cb.tar.gz |
avfilter: add codecview filter
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 2c871ba744..9da72abdd0 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -174,5 +174,9 @@ #ifndef FF_API_AFD #define FF_API_AFD (LIBAVCODEC_VERSION_MAJOR < 57) #endif +#ifndef FF_API_VISMV +/* XXX: don't forget to drop the -vismv documentation */ +#define FF_API_VISMV (LIBAVCODEC_VERSION_MAJOR < 57) +#endif #endif /* AVCODEC_VERSION_H */ |