diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-05 12:59:27 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-08 15:44:09 +0200 |
commit | c5704b2b9a9cb38e27d24f9962594def16870c52 (patch) | |
tree | 4502e670b885d32fe5376811e94c16bdf9968c44 /libavformat/version.h | |
parent | f35ff97f2e572a6b02180b248f929541962ffdd3 (diff) | |
download | ffmpeg-c5704b2b9a9cb38e27d24f9962594def16870c52.tar.gz |
lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index 58ef4b846f..512195e82f 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -101,5 +101,8 @@ #ifndef FF_API_FIND_INFO_TAG #define FF_API_FIND_INFO_TAG (LIBAVFORMAT_VERSION_MAJOR < 54) #endif +#ifndef FF_API_PKT_DUMP +#define FF_API_PKT_DUMP (LIBAVFORMAT_VERSION_MAJOR < 54) +#endif #endif //AVFORMAT_VERSION_H |