MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / ffmpeg_initial_timestamp

Function ffmpeg_initial_timestamp

libhb/stream.c:1761–1768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1759}
1760
1761int64_t ffmpeg_initial_timestamp( hb_stream_t * stream )
1762{
1763 AVFormatContext *ic = stream->ffmpeg_ic;
1764 if (ic->start_time != AV_NOPTS_VALUE)
1765 return ic->start_time;
1766 else
1767 return 0;
1768}
1769
1770int hb_stream_seek_chapter( hb_stream_t * stream, int chapter_num )
1771{

Callers 4

hb_stream_seek_chapterFunction · 0.85
hb_ffmpeg_readFunction · 0.85
ffmpeg_seekFunction · 0.85
ffmpeg_seek_tsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected