OSDN Git Service

vc2enc: add non-experimental support for all video formats from spec
authorRostislav Pehlivanov <atomnuker@gmail.com>
Mon, 21 Mar 2016 17:32:55 +0000 (17:32 +0000)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Tue, 22 Mar 2016 14:07:56 +0000 (14:07 +0000)
commit2aebdfb451bb01165473f9b4d8e6a2c4997e3bf2
tree4e15d64613783e2d0029b9c1e7a91fb1896a20cd
parent914ad90eddce785592dd7fbe4c1b513c0025a383
vc2enc: add non-experimental support for all video formats from spec

Until now, for formats which were in the spec but not in the encoder's
list of supported formats required the -strict -1 flag. This enables
support for all video formats which are specified, all the way from
QSIF525 to 8K.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
libavcodec/vc2enc.c