#include "h264.h"
Go to the source code of this file.
Functions | |
int | ff_h264_find_frame_end (H264Context *h, const uint8_t *buf, int buf_size) |
finds the end of the current frame in the bitstream. |
Definition in file h264_parser.h.
int ff_h264_find_frame_end | ( | H264Context * | h, | |
const uint8_t * | buf, | |||
int | buf_size | |||
) |
finds the end of the current frame in the bitstream.
Definition at line 36 of file h264_parser.c.
Referenced by h264_parse().