]> git.sesse.net Git - ffmpeg/commit
lavc: Deprecate coder_type and its symbols
authorVittorio Giovara <vittorio.giovara@gmail.com>
Mon, 30 Nov 2015 17:17:31 +0000 (12:17 -0500)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Mon, 7 Dec 2015 16:01:22 +0000 (11:01 -0500)
commitbe00ec832c519427cd92218abac77dafdc1d5487
tree970ca330447b69c3dc6b1efc734cbdffd613e4eb
parentf1ccd076801444ab7f524cb13e0886faaf10fd50
lavc: Deprecate coder_type and its symbols

Most option values are simply unused or ignored and in practice the
majory of codecs only need to check whether to enable rle or not.

Add appropriate codec private options which better expose the allowed
features.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
libavcodec/avcodec.h
libavcodec/ffv1enc.c
libavcodec/libopenh264enc.c
libavcodec/libschroedingerenc.c
libavcodec/libx264.c
libavcodec/options_table.h
libavcodec/sgienc.c
libavcodec/sunrastenc.c
libavcodec/targaenc.c
libavcodec/version.h