Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
e85754cc
Commit
e85754cc
authored
16 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
small spelling/wording fixes
Originally committed as revision 13645 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
ee3509d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavcodec/parser.h
+4
-4
4 additions, 4 deletions
libavcodec/parser.h
with
4 additions
and
4 deletions
libavcodec/parser.h
+
4
−
4
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 f
ound timestamps will be removed
,
if
0 they will not
* @param off byte position within the access unit
* @param remove
F
ound timestamps will be removed if
set to 1, kept if set to 0.
*/
void
ff_fetch_timestamp
(
AVCodecParserContext
*
s
,
int
off
,
int
remove
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment