Moving option definition to h264 implementation and fixing command line defaults
in order to properly respect cavlc input value
Signed-off-by: Zhong Li <zhong.li@intel.com>
Signed-off-by: Maxym Dmytrychenko <maxim.d33@gmail.com>
pull/272/head
Li, Zhong7 years agocommitted byMaxym Dmytrychenko
{"idr_interval","Distance (in I-frames) between IDR frames",OFFSET(qsv.idr_interval),AV_OPT_TYPE_INT,{.i64=0},0,INT_MAX,VE},
{"idr_interval","Distance (in I-frames) between IDR frames",OFFSET(qsv.idr_interval),AV_OPT_TYPE_INT,{.i64=0},0,INT_MAX,VE},
{"single_sei_nal_unit","Put all the SEI messages into one NALU",OFFSET(qsv.single_sei_nal_unit),AV_OPT_TYPE_INT,{.i64=-1},-1,1,VE},
{"single_sei_nal_unit","Put all the SEI messages into one NALU",OFFSET(qsv.single_sei_nal_unit),AV_OPT_TYPE_INT,{.i64=-1},-1,1,VE},
{"max_dec_frame_buffering","Maximum number of frames buffered in the DPB",OFFSET(qsv.max_dec_frame_buffering),AV_OPT_TYPE_INT,{.i64=0},0,UINT16_MAX,VE},
{"max_dec_frame_buffering","Maximum number of frames buffered in the DPB",OFFSET(qsv.max_dec_frame_buffering),AV_OPT_TYPE_INT,{.i64=0},0,UINT16_MAX,VE},