Discover H264 keyframes on dequeue
This commit is contained in:
@ -17,7 +17,6 @@ void http_stream(struct http_worker_s *worker, FILE *stream);
|
||||
void http_option(struct http_worker_s *worker, FILE *stream);
|
||||
|
||||
// H264
|
||||
bool h264_is_key_frame(struct buffer_s *buf);
|
||||
void http_h264_video(struct http_worker_s *worker, FILE *stream);
|
||||
void http_mkv_video(struct http_worker_s *worker, FILE *stream);
|
||||
void http_mp4_video(struct http_worker_s *worker, FILE *stream);
|
||||
|
Reference in New Issue
Block a user