Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
ee3509d9
Commit
ee3509d9
authored
Jun 03, 2008
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ff_fetch_timestamp() prototype
Originally committed as revision 13644 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
d59591fb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
parser.h
libavcodec/parser.h
+7
-0
No files found.
libavcodec/parser.h
View file @
ee3509d9
...
...
@@ -59,4 +59,11 @@ int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf,
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 */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment