FFmpeg
|
#include "parser.h"
Go to the source code of this file.
Functions | |
int | ff_mpeg4_find_frame_end (ParseContext *pc, const uint8_t *buf, int buf_size) |
Find the end of the current frame in the bitstream. | |
int ff_mpeg4_find_frame_end | ( | ParseContext * | pc, |
const uint8_t * | buf, | ||
int | buf_size | ||
) |
Find the end of the current frame in the bitstream.
Definition at line 37 of file mpeg4video_parser.c.
Referenced by ff_h263_decode_frame(), and mpeg4video_parse().