Re: [FFmpeg-devel] [PATCH 7/9] libavcodec/options_table: set min to -1 for timecode_frame_start

2014-11-11 Thread Michael Niedermayer
On Tue, Nov 11, 2014 at 08:31:29AM +0100, Lukasz Marek wrote: timecode_frame_start is set to -1 in avcodec_get_context_defaults3() AVOptions API complains about it. Signed-off-by: Lukasz Marek lukasz.m.lu...@gmail.com --- libavcodec/options_table.h | 2 +- 1 file changed, 1 insertion(+),

[FFmpeg-devel] [PATCH 7/9] libavcodec/options_table: set min to -1 for timecode_frame_start

2014-11-10 Thread Lukasz Marek
timecode_frame_start is set to -1 in avcodec_get_context_defaults3() AVOptions API complains about it. Signed-off-by: Lukasz Marek lukasz.m.lu...@gmail.com --- libavcodec/options_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/options_table.h