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
b5bba459
Commit
b5bba459
authored
Jan 31, 2006
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix silly typos.
Originally committed as revision 4915 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
efce1a8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
h264.c
libavcodec/h264.c
+2
-2
raw.c
libavcodec/raw.c
+1
-1
No files found.
libavcodec/h264.c
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
;
...
...
libavcodec/raw.c
View file @
b5bba459
...
...
@@ -31,7 +31,7 @@ typedef struct RawVideoContext {
AVFrame
pic
;
///< AVCodecContext.coded_frame
}
RawVideoContext
;
typedef
struct
Pix
le
FormatTag
{
typedef
struct
Pix
el
FormatTag
{
int
pix_fmt
;
unsigned
int
fourcc
;
}
PixelFormatTag
;
...
...
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