lavf: deprecate AVFormatContext.timestamp

It's replaced by 'creation_time' metadata tag.
This commit is contained in:
Anton Khirnov
2011-07-07 11:25:03 +02:00
parent b12c259252
commit 5f847bf61d
7 changed files with 71 additions and 14 deletions

View File

@@ -83,5 +83,8 @@
#ifndef FF_API_LOOP_OUTPUT
#define FF_API_LOOP_OUTPUT (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif
#ifndef FF_API_TIMESTAMP
#define FF_API_TIMESTAMP (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif
#endif /* AVFORMAT_VERSION_H */