summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-12 13:31:55 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-27 10:52:42 +0100
commitdf0bb26aca7ff42bf57dfc8a5f7e19baf0e1c689 (patch)
treeb0e4d13c3ceb11b638831ca665bc59c46ab43715 /libavformat/avformat.h
parent3bbfd3026c6d692696066b041f4ba4ed9c938e5d (diff)
lavf: remove disabled FF_API_TIMESTAMP cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 5c53972851..c2ce5b8948 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -809,13 +809,6 @@ typedef struct AVFormatContext {
char filename[1024]; /**< input or output filename */
/* stream info */
-#if FF_API_TIMESTAMP
- /**
- * @deprecated use 'creation_time' metadata tag instead
- */
- attribute_deprecated int64_t timestamp;
-#endif
-
int ctx_flags; /**< Format-specific flags, see AVFMTCTX_xx */
#if FF_API_REORDER_PRIVATE
/* private data for pts handling (do not modify directly). */