Mercurial > libavcodec.hg
comparison parser.h @ 6995:0e15e9324df2 libavcodec
ff_fetch_timestamp() prototype
| author | michael |
|---|---|
| date | Tue, 03 Jun 2008 03:12:56 +0000 |
| parents | 5577fd4f31e1 |
| children | 9234c354dd3c |
comparison
equal
deleted
inserted
replaced
| 6994:5a5ded44808a | 6995:0e15e9324df2 |
|---|---|
| 57 int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf, | 57 int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf, |
| 58 int buf_size); | 58 int buf_size); |
| 59 void ff_parse_close(AVCodecParserContext *s); | 59 void ff_parse_close(AVCodecParserContext *s); |
| 60 void ff_parse1_close(AVCodecParserContext *s); | 60 void ff_parse1_close(AVCodecParserContext *s); |
| 61 | 61 |
| 62 /** | |
| 63 * Fetches timestamps for a specific byte within the current access unit. | |
| 64 * @param off byte position within the access unit. | |
| 65 * @param remove if 1 then found timestamps will be removed, if 0 they will not | |
| 66 */ | |
| 67 void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove); | |
| 68 | |
| 62 #endif /* FFMPEG_PARSER_H */ | 69 #endif /* FFMPEG_PARSER_H */ |
