[FFmpeg-devel] [PATCH 27/27] all: remove rest of YUVJ pixel formats usage

Paul B Mahol onemda at gmail.com
Sun Dec 10 12:26:58 EET 2017


On 12/10/17, Michael Niedermayer <michael at niedermayer.cc> wrote:
> On Sat, Dec 09, 2017 at 04:38:19PM +0100, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> ---
>>  fftools/ffmpeg_filter.c                  |  4 +--
>>  libavcodec/raw.c                         | 18 +++-------
>>  libavcodec/utils.c                       | 11 ------
>>  libavutil/pixdesc.c                      | 60
>> --------------------------------
>>  libavutil/pixfmt.h                       |  5 ---
>>  libswscale/utils.c                       | 20 -----------
>>  tests/ref/fate/filter-pixdesc-yuvj411p   |  1 -
>>  tests/ref/fate/filter-pixdesc-yuvj420p   |  1 -
>>  tests/ref/fate/filter-pixdesc-yuvj422p   |  1 -
>>  tests/ref/fate/filter-pixdesc-yuvj440p   |  1 -
>>  tests/ref/fate/filter-pixdesc-yuvj444p   |  1 -
>>  tests/ref/fate/filter-pixfmts-copy       |  5 ---
>>  tests/ref/fate/filter-pixfmts-crop       |  5 ---
>>  tests/ref/fate/filter-pixfmts-field      |  5 ---
>>  tests/ref/fate/filter-pixfmts-fieldorder |  3 --
>>  tests/ref/fate/filter-pixfmts-hflip      |  5 ---
>>  tests/ref/fate/filter-pixfmts-il         |  5 ---
>>  tests/ref/fate/filter-pixfmts-null       |  5 ---
>>  tests/ref/fate/filter-pixfmts-pad        |  5 ---
>>  tests/ref/fate/filter-pixfmts-scale      |  5 ---
>>  tests/ref/fate/filter-pixfmts-swapuv     |  5 ---
>>  tests/ref/fate/filter-pixfmts-vflip      |  5 ---
>>  tests/ref/fate/sws-pixdesc-query         | 15 --------
>>  23 files changed, 5 insertions(+), 186 deletions(-)
>>  delete mode 100644 tests/ref/fate/filter-pixdesc-yuvj411p
>>  delete mode 100644 tests/ref/fate/filter-pixdesc-yuvj420p
>>  delete mode 100644 tests/ref/fate/filter-pixdesc-yuvj422p
>>  delete mode 100644 tests/ref/fate/filter-pixdesc-yuvj440p
>>  delete mode 100644 tests/ref/fate/filter-pixdesc-yuvj444p
>
> I assume you already know but
> this breaks several jpeg related fate tests

I tested fate with this and all before applied and fate passed fine.

What you actually tested and how? What breaks for you?


More information about the ffmpeg-devel mailing list