Clément Bœsch
64926292a6
lavc/copy_block: style fix
2017-03-20 09:23:15 +01:00
Clément Bœsch
21c18b0878
Merge commit ' 73f5e17a20'
...
* commit '73f5e17a20 ':
copy_block: Change type of array stride parameters to ptrdiff_t
Merged-by: Clément Bœsch <u@pkh.me>
2017-03-20 09:22:36 +01:00
Diego Biurrun
73f5e17a20
copy_block: Change type of array stride parameters to ptrdiff_t
...
ptrdiff_t is the correct type for array strides and similar.
2016-09-04 12:19:47 +02:00
Michael Niedermayer
03e4c2d833
Merge commit ' d37c96213a'
...
* commit 'd37c96213a ':
lavc: restore copy_block{4,16} functions
Conflicts:
libavcodec/copy_block.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-28 03:26:43 +01:00
Vittorio Giovara
d37c96213a
lavc: restore copy_block{4,16} functions
...
They were removed in 9e31729d69 .
2014-03-27 23:25:39 +01:00
Michael Niedermayer
990f956ce6
Merge commit ' b4e355c89e'
...
* commit 'b4e355c89e ':
copy_block: K&R formatting cosmetics
Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-12 21:35:58 +01:00
Vittorio Giovara
b4e355c89e
copy_block: K&R formatting cosmetics
2014-03-12 14:01:41 +01:00
Michael Niedermayer
b05830169d
Merge commit ' b9ba5253dd'
...
* commit 'b9ba5253dd ':
dsputil: Move copy_block functions to a separate header
dsputil: Drop unused functions copy_block{2|4|16}
No functions are droped because they are used in several places.
Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-09 13:23:59 +01:00
Diego Biurrun
b9ba5253dd
dsputil: Move copy_block functions to a separate header
2013-02-07 22:08:19 +01:00