summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 272370db2a..bb8ddef88d 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1092,11 +1092,7 @@ typedef struct AVProgram {
change dynamically at runtime. */
typedef struct AVChapter {
-#if FF_API_CHAPTER_ID_INT
- int id; ///< unique ID to identify the chapter
-#else
int64_t id; ///< unique ID to identify the chapter
-#endif
AVRational time_base; ///< time base in which the start/end timestamps are specified
int64_t start, end; ///< chapter start/end time in time_base units
AVDictionary *metadata;