diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-23 08:20:12 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-11 18:23:50 +0100 |
commit | 85a5bc054c1290699ccbf5799ba6c4e2fbcc3530 (patch) | |
tree | 63f34e340221524d630668a3040b874a01e40212 /libavformat/version.h | |
parent | 7b486ab13bfcfa88a7cd92586de50e49966ec292 (diff) | |
download | ffmpeg-85a5bc054c1290699ccbf5799ba6c4e2fbcc3530.tar.gz |
lavf: remove disabled FF_API_R_FRAME_RATE cruft
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index fc34896eb9..ea97eee993 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -49,8 +49,4 @@ * the public API and may change, break or disappear at any time. */ -#ifndef FF_API_R_FRAME_RATE -#define FF_API_R_FRAME_RATE (LIBAVFORMAT_VERSION_MAJOR < 55) -#endif - #endif /* AVFORMAT_VERSION_H */ |