#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 34 of file h264_parser.c.
Referenced by decode_frame(), and h264_parse().
1.5.6