Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
03ff6116
Commit
03ff6116
authored
Sep 07, 2010
by
Stefano Sabatini
Browse files
Reindent after the last commit.
Originally committed as revision 25065 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9686abb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
libavcodec/imgconvert.c
View file @
03ff6116
...
...
@@ -814,14 +814,14 @@ void av_picture_data_copy(uint8_t *dst_data[4], int dst_linesize[4],
h
=
-
((
-
height
)
>>
desc
->
log2_chroma_h
);
}
av_image_copy_plane
(
dst_data
[
i
],
dst_linesize
[
i
],
src_data
[
i
],
src_linesize
[
i
],
bwidth
,
h
);
src_data
[
i
],
src_linesize
[
i
],
bwidth
,
h
);
}
break
;
case
FF_PIXEL_PALETTE
:
av_image_copy_plane
(
dst_data
[
0
],
dst_linesize
[
0
],
src_data
[
0
],
src_linesize
[
0
],
width
,
height
);
src_data
[
0
],
src_linesize
[
0
],
width
,
height
);
/* copy the palette */
memcpy
(
dst_data
[
1
],
src_data
[
1
],
4
*
256
);
break
;
...
...
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