[FFmpeg-devel] [PATCH 1/2] sws: GBRP output support
Derek Buitenhuis
derek.buitenhuis at gmail.com
Sat Jan 26 02:28:04 CET 2013
On 2013-01-25 5:35 PM, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
> libswscale/output.c | 63 +++++++++++++++++++++++++++++++++--
> libswscale/swscale.c | 14 ++++++--
> libswscale/swscale_internal.h | 39 +++++++++++++++++++++-
> libswscale/utils.c | 13 +++++++-
> tests/ref/lavfi/field | 1 +
> tests/ref/lavfi/pixfmts_copy | 1 +
> tests/ref/lavfi/pixfmts_null | 1 +
> tests/ref/lavfi/pixfmts_pad | 1 +
> tests/ref/lavfi/pixfmts_pixdesctest | 1 +
> tests/ref/lavfi/pixfmts_scale | 1 +
> tests/ref/lavfi/pixfmts_vflip | 1 +
> 11 files changed, 129 insertions(+), 7 deletions(-)
The only comments I have are about some weird formatting, like:
> + if(dstFormat == AV_PIX_FMT_GBRP
> + ) {
and some missing whitespace.
- Derek
More information about the ffmpeg-devel
mailing list