summaryrefslogtreecommitdiff
path: root/libavformat/hlsplaylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/hlsplaylist.h')
-rw-r--r--libavformat/hlsplaylist.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/libavformat/hlsplaylist.h b/libavformat/hlsplaylist.h
index 4348a26c75..29487da3ed 100644
--- a/libavformat/hlsplaylist.h
+++ b/libavformat/hlsplaylist.h
@@ -53,12 +53,13 @@ void ff_hls_write_playlist_header(AVIOContext *out, int version, int allowcache,
void ff_hls_write_init_file(AVIOContext *out, const char *filename,
int byterange_mode, int64_t size, int64_t pos);
int ff_hls_write_file_entry(AVIOContext *out, int insert_discont,
- int byterange_mode,
- double duration, int round_duration,
- int64_t size, int64_t pos, //Used only if HLS_SINGLE_FILE flag is set
+ int byterange_mode, double duration,
+ int round_duration, int64_t size,
+ int64_t pos /* Used only if HLS_SINGLE_FILE flag is set */,
const char *baseurl /* Ignored if NULL */,
const char *filename, double *prog_date_time,
- int64_t video_keyframe_size, int64_t video_keyframe_pos, int iframe_mode);
+ int64_t video_keyframe_size, int64_t video_keyframe_pos,
+ int iframe_mode);
void ff_hls_write_end_list (AVIOContext *out);
#endif /* AVFORMAT_HLSPLAYLIST_H_ */