[FFmpeg-cvslog] r13644 - trunk/libavcodec/parser.h
michael
subversion
Tue Jun 3 05:12:56 CEST 2008
Author: michael
Date: Tue Jun 3 05:12:56 2008
New Revision: 13644
Log:
ff_fetch_timestamp() prototype
Modified:
trunk/libavcodec/parser.h
Modified: trunk/libavcodec/parser.h
==============================================================================
--- trunk/libavcodec/parser.h (original)
+++ trunk/libavcodec/parser.h Tue Jun 3 05:12:56 2008
@@ -59,4 +59,11 @@ int ff_mpeg4video_split(AVCodecContext *
void ff_parse_close(AVCodecParserContext *s);
void ff_parse1_close(AVCodecParserContext *s);
+/**
+ * Fetches timestamps for a specific byte within the current access unit.
+ * @param off byte position within the access unit.
+ * @param remove if 1 then found timestamps will be removed, if 0 they will not
+ */
+void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove);
+
#endif /* FFMPEG_PARSER_H */
More information about the ffmpeg-cvslog
mailing list