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
3c605485
Commit
3c605485
authored
Aug 04, 2007
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indentation
Originally committed as revision 9902 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
6b259e43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
dnxhddec.c
libavcodec/dnxhddec.c
+6
-6
No files found.
libavcodec/dnxhddec.c
View file @
3c605485
...
@@ -336,12 +336,12 @@ static int dnxhd_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
...
@@ -336,12 +336,12 @@ static int dnxhd_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
avcodec_set_dimensions
(
avctx
,
ctx
->
width
,
ctx
->
height
);
avcodec_set_dimensions
(
avctx
,
ctx
->
width
,
ctx
->
height
);
if
(
first_field
)
{
if
(
first_field
)
{
if
(
ctx
->
picture
.
data
[
0
])
if
(
ctx
->
picture
.
data
[
0
])
avctx
->
release_buffer
(
avctx
,
&
ctx
->
picture
);
avctx
->
release_buffer
(
avctx
,
&
ctx
->
picture
);
if
(
avctx
->
get_buffer
(
avctx
,
&
ctx
->
picture
)
<
0
)
{
if
(
avctx
->
get_buffer
(
avctx
,
&
ctx
->
picture
)
<
0
)
{
av_log
(
avctx
,
AV_LOG_ERROR
,
"get_buffer() failed
\n
"
);
av_log
(
avctx
,
AV_LOG_ERROR
,
"get_buffer() failed
\n
"
);
return
-
1
;
return
-
1
;
}
}
}
}
dnxhd_decode_macroblocks
(
ctx
,
buf
+
0x280
,
buf_size
-
0x280
);
dnxhd_decode_macroblocks
(
ctx
,
buf
+
0x280
,
buf_size
-
0x280
);
...
...
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