Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
e85754cc
Commit
e85754cc
authored
Jun 03, 2008
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small spelling/wording fixes
Originally committed as revision 13645 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
ee3509d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
parser.h
libavcodec/parser.h
+4
-4
No files found.
libavcodec/parser.h
View file @
e85754cc
...
...
@@ -41,12 +41,12 @@ struct MpegEncContext;
typedef
struct
ParseContext1
{
ParseContext
pc
;
/* XXX/FIXME PC1 vs. PC */
/* MPEG
2
specific */
/* MPEG
-2-
specific */
AVRational
frame_rate
;
int
progressive_sequence
;
int
width
,
height
;
/* XXX: suppress that, needed by MPEG4 */
/* XXX: suppress that, needed by MPEG
-
4 */
struct
MpegEncContext
*
enc
;
int
first_picture
;
}
ParseContext1
;
...
...
@@ -61,8 +61,8 @@ 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
* @param off byte position within the access unit
* @param remove
Found timestamps will be removed if set to 1, kept if set to 0.
*/
void
ff_fetch_timestamp
(
AVCodecParserContext
*
s
,
int
off
,
int
remove
);
...
...
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