Re: [FFmpeg-devel] [PATCH 4/4] lavc/h265_profile_level: Add unit test

2018-09-30 Thread Mark Thompson
On 27/09/18 20:58, Michael Niedermayer wrote: > On Thu, Sep 27, 2018 at 12:17:07AM +0100, Mark Thompson wrote: >> Operates in the same way as the h264-levels test. >> --- >> libavcodec/Makefile| 1 + >> libavcodec/tests/h265_levels.c | 297 + >> tests/

Re: [FFmpeg-devel] [PATCH 4/4] lavc/h265_profile_level: Add unit test

2018-09-27 Thread Michael Niedermayer
On Thu, Sep 27, 2018 at 12:17:07AM +0100, Mark Thompson wrote: > Operates in the same way as the h264-levels test. > --- > libavcodec/Makefile| 1 + > libavcodec/tests/h265_levels.c | 297 + > tests/fate/libavcodec.mak | 5 + > 3 files changed,

[FFmpeg-devel] [PATCH 4/4] lavc/h265_profile_level: Add unit test

2018-09-26 Thread Mark Thompson
Operates in the same way as the h264-levels test. --- libavcodec/Makefile| 1 + libavcodec/tests/h265_levels.c | 297 + tests/fate/libavcodec.mak | 5 + 3 files changed, 303 insertions(+) create mode 100644 libavcodec/tests/h265_levels.c diff