[FFmpeg-devel] [PATCH 1/2] lavc/options: add test for avcodec_copy_context

Lukasz Marek lukasz.m.luki2 at gmail.com
Thu Dec 4 00:59:42 CET 2014


On 04.12.2014 00:50, Lukasz Marek wrote:
> This test doesn't cover every possible issue with this function.
> It covers options management only.
>
> Signed-off-by: Lukasz Marek <lukasz.m.luki2 at gmail.com>
> ---
>   libavcodec/Makefile  |   2 +
>   libavcodec/options.c | 173 +++++++++++++++++++++++++++++++++++++++++++++++++++
>   2 files changed, 175 insertions(+)
>

bugged case on current git is
test_copy(&dummy_v1_encoder, &dummy_v3_encoder); as I remmember




More information about the ffmpeg-devel mailing list