]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/internal.h
avformat: Switch AVChapter.id to 64bits
[ffmpeg] / libavformat / internal.h
index a6987619f7b47e03ec9514a2c0651d81a850fab1..7d0eab44acf5612deb9a53512f53d2382fa004a3 100644 (file)
@@ -579,11 +579,7 @@ void ff_configure_buffers_for_index(AVFormatContext *s, int64_t time_tolerance);
  *
  * @return AVChapter or NULL on error
  */
-#if FF_API_CHAPTER_ID_INT
-AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base,
-#else
 AVChapter *avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base,
-#endif
                               int64_t start, int64_t end, const char *title);
 
 /**