Go to the source code of this file.
Functions | |
| const uint8_t * | ff_find_start_code (const uint8_t *restrict p, const uint8_t *end, uint32_t *restrict state) |
| DTVRecorder -- base class for Digital Televison recorders Copyright 2003-2004 by Brandon Beattie, Doug Larrick, Jason Hoos, and Daniel Thor Kristjansson Distributed as part of MythTV under GPL v2 and later. | |
| const uint8_t* ff_find_start_code | ( | const uint8_t *restrict | p, | |
| const uint8_t * | end, | |||
| uint32_t *restrict | state | |||
| ) |
DTVRecorder -- base class for Digital Televison recorders Copyright 2003-2004 by Brandon Beattie, Doug Larrick, Jason Hoos, and Daniel Thor Kristjansson Distributed as part of MythTV under GPL v2 and later.
Definition at line 102 of file mpegvideo.c.
Referenced by H264::KeyframeSequencer::AddBytes(), cavs_decode_frame(), ff_mpeg1_find_frame_end(), ff_rtp_send_mpegvideo(), DTVRecorder::FindMPEG2Keyframes(), mpeg_decode_frame(), AvFormatDecoder::MpegPreProcessPkt(), mpegvideo_extract_headers(), and slice_decode_thread().
1.5.5