@ -51,6 +51,7 @@ static const AVOption options[]={
{ " igndts " , " ignore dts " , 0 , FF_OPT_TYPE_CONST , { . dbl = AVFMT_FLAG_IGNDTS } , INT_MIN , INT_MAX , D , " fflags " } ,
{ " rtphint " , " add rtp hinting " , 0 , FF_OPT_TYPE_CONST , { . dbl = AVFMT_FLAG_RTP_HINT } , INT_MIN , INT_MAX , E , " fflags " } ,
{ " sortdts " , " try to interleave outputted packets by dts " , 0 , FF_OPT_TYPE_CONST , { . dbl = AVFMT_FLAG_SORT_DTS } , INT_MIN , INT_MAX , D , " fflags " } ,
{ " keepside " , " dont merge side data " , 0 , FF_OPT_TYPE_CONST , { . dbl = AVFMT_FLAG_KEEP_SIDE_DATA } , INT_MIN , INT_MAX , D , " fflags " } ,
{ " latm " , " enable RTP MP4A-LATM payload " , 0 , FF_OPT_TYPE_CONST , { . dbl = AVFMT_FLAG_MP4A_LATM } , INT_MIN , INT_MAX , E , " fflags " } ,
{ " analyzeduration " , " how many microseconds are analyzed to estimate duration " , OFFSET ( max_analyze_duration ) , FF_OPT_TYPE_INT , { . dbl = 5 * AV_TIME_BASE } , 0 , INT_MAX , D } ,
{ " cryptokey " , " decryption key " , OFFSET ( key ) , FF_OPT_TYPE_BINARY , { . dbl = 0 } , 0 , 0 , D } ,