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
b5bba459
Commit
b5bba459
authored
19 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
Fix silly typos.
Originally committed as revision 4915 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
efce1a8f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libavcodec/h264.c
+2
-2
2 additions, 2 deletions
libavcodec/h264.c
libavcodec/raw.c
+1
-1
1 addition, 1 deletion
libavcodec/raw.c
with
3 additions
and
3 deletions
libavcodec/h264.c
+
2
−
2
View file @
b5bba459
...
...
@@ -5741,7 +5741,7 @@ static int decode_cabac_residual( H264Context *h, DCTELEM *block, int cat, int n
return
0
;
}
static
void
inline
compute_mb_neighbo
o
rs
(
H264Context
*
h
)
static
void
inline
compute_mb_neighbors
(
H264Context
*
h
)
{
MpegEncContext
*
const
s
=
&
h
->
s
;
const
int
mb_xy
=
s
->
mb_x
+
s
->
mb_y
*
s
->
mb_stride
;
...
...
@@ -5801,7 +5801,7 @@ static int decode_mb_cabac(H264Context *h) {
h
->
prev_mb_skipped
=
0
;
compute_mb_neighbo
o
rs
(
h
);
compute_mb_neighbors
(
h
);
if
(
(
mb_type
=
decode_cabac_mb_type
(
h
)
)
<
0
)
{
av_log
(
h
->
s
.
avctx
,
AV_LOG_ERROR
,
"decode_cabac_mb_type failed
\n
"
);
return
-
1
;
...
...
This diff is collapsed.
Click to expand it.
libavcodec/raw.c
+
1
−
1
View file @
b5bba459
...
...
@@ -31,7 +31,7 @@ typedef struct RawVideoContext {
AVFrame
pic
;
///< AVCodecContext.coded_frame
}
RawVideoContext
;
typedef
struct
Pix
l
eFormatTag
{
typedef
struct
Pixe
l
FormatTag
{
int
pix_fmt
;
unsigned
int
fourcc
;
}
PixelFormatTag
;
...
...
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