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:18 +0100 |
commit | 7b486ab13bfcfa88a7cd92586de50e49966ec292 (patch) | |
tree | 88202ce6186411accfc1b9107cb10e31c7d48f1a /libavformat/version.h | |
parent | 32e5194969e026d790e72e0b3f8f254979ea0f36 (diff) | |
download | ffmpeg-7b486ab13bfcfa88a7cd92586de50e49966ec292.tar.gz |
lavf: remove disabled FF_API_AV_GETTIME cruft
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index 4add31e776..fc34896eb9 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -49,9 +49,6 @@ * the public API and may change, break or disappear at any time. */ -#ifndef FF_API_AV_GETTIME -#define FF_API_AV_GETTIME (LIBAVFORMAT_VERSION_MAJOR < 55) -#endif #ifndef FF_API_R_FRAME_RATE #define FF_API_R_FRAME_RATE (LIBAVFORMAT_VERSION_MAJOR < 55) #endif |